changed MAILER_USERNAME to MAILER_USER to be consistent with how we configure Doctrine

This commit is contained in:
Fabien Potencier
2017-02-10 15:54:31 +01:00
parent ea3e90c285
commit a09075b52c
@@ -1,6 +1,6 @@
swiftmailer:
transport: sendmail
host: "%env(MAILER_HOST)%"
username: "%env(MAILER_USERNAME)%"
username: "%env(MAILER_USER)%"
password: "%env(MAILER_PASSWORD)%"
spool: { type: "memory" }