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