Fixed the URL config example of Swiftmailer

This commit is contained in:
Javier Eguiluz
2017-04-07 22:53:18 +02:00
parent 6250f4695f
commit eaff684fc3
+1 -1
View File
@@ -8,7 +8,7 @@
"env": { "env": {
"#1": "For Gmail as a transport, use: \"gmail://username:password@localhost\"", "#1": "For Gmail as a transport, use: \"gmail://username:password@localhost\"",
"#2": "To disable sending emails, use: \"null://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"] "aliases": ["mailer", "mail"]
} }