System de mailing (ref #144)
This commit is contained in:
@ -4,7 +4,7 @@ cd /var/www/html/ninegate
|
||||
ninegate_activer_localmail=$(CreoleGet ninegate_activer_localmail non)
|
||||
if [[ "$ninegate_activer_localmail" = 'oui' ]]
|
||||
then
|
||||
php bin/console swiftmailer:spool:send --message-limit=100 --env=prod --transport swiftmailer.mailer.sendmail.transport
|
||||
php bin/console swiftmailer:spool:send --message-limit=200 --env=prod --transport swiftmailer.mailer.sendmail.transport
|
||||
else
|
||||
php bin/console swiftmailer:spool:send --message-limit=100 --env=prod
|
||||
php bin/console swiftmailer:spool:send --message-limit=200 --env=prod
|
||||
fi
|
Reference in New Issue
Block a user