bug #16 Fixed the URL config example of Swiftmailer (javiereguiluz)

This PR was merged into the master branch.

Discussion
----------

Fixed the URL config example of Swiftmailer

Commits
-------

eaff684 Fixed the URL config example of Swiftmailer
This commit is contained in:
Fabien Potencier
2017-04-07 14:06:26 -07:00
+1 -1
View File
@@ -8,7 +8,7 @@
"env": {
"#1": "For Gmail as a transport, use: \"gmail://username:password@localhost\"",
"#2": "To disable sending emails, use: \"null://localhost\"",
"MAILER_URL": "smtp://localhost:25&encryption=&auth_mode="
"MAILER_URL": "smtp://localhost:25?encryption=&auth_mode="
},
"aliases": ["mailer", "mail"]
}