Skip to content

Commit eaff684

Browse files
committed
Fixed the URL config example of Swiftmailer
1 parent 6250f46 commit eaff684

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

symfony/swiftmailer-bundle/2.5/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"env": {
99
"#1": "For Gmail as a transport, use: \"gmail://username:password@localhost\"",
1010
"#2": "To disable sending emails, use: \"null://localhost\"",
11-
"MAILER_URL": "smtp://localhost:25&encryption=&auth_mode="
11+
"MAILER_URL": "smtp://localhost:25?encryption=&auth_mode="
1212
},
1313
"aliases": ["mailer", "mail"]
1414
}

0 commit comments

Comments
 (0)