switch to use sendmail for Swiftmailer default (more universal)

This commit is contained in:
Fabien Potencier
2017-02-03 10:25:21 -08:00
parent 0ee917e7b6
commit ea3e90c285
2 changed files with 2 additions and 2 deletions
@@ -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": ""
}