mirror of
https://github.com/symfony/recipes.git
synced 2026-09-11 15:16:30 +03:00
switch to use sendmail for Swiftmailer default (more universal)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
swiftmailer:
|
||||
transport: smtp
|
||||
transport: sendmail
|
||||
host: "%env(MAILER_HOST)%"
|
||||
username: "%env(MAILER_USERNAME)%"
|
||||
password: "%env(MAILER_PASSWORD)%"
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
"etc/": "%ETC_DIR%/"
|
||||
},
|
||||
"env": {
|
||||
"MAILER_HOST": "127.0.0.1",
|
||||
"MAILER_HOST": "",
|
||||
"MAILER_USERNAME": "",
|
||||
"MAILER_PASSWORD": ""
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user