mirror of
https://github.com/symfony/recipes.git
synced 2026-09-12 07:36:30 +03:00
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:
@@ -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"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user