mirror of
https://github.com/symfony/recipes.git
synced 2026-09-11 23:26:27 +03:00
changed MAILER_USERNAME to MAILER_USER to be consistent with how we configure Doctrine
This commit is contained in:
@@ -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" }
|
||||
|
||||
Reference in New Issue
Block a user