ninenote/src/ninenote-1.0/scripts/mail.sh

10 lines
282 B
Bash
Raw Normal View History

2022-05-09 15:37:15 +02:00
#!/bin/bash
# Se positionner sur la racine du projet
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
cd ${DIR}
cd ..
DIR=$(pwd)
# Envoyer les mail
php bin/console swiftmailer:spool:send --message-limit=100 --time-limit=10 --transport app.sendmail.transport