From eaff684fc3274dd5982b40e7f7a5f0748116b558 Mon Sep 17 00:00:00 2001 From: Javier Eguiluz Date: Fri, 7 Apr 2017 22:53:18 +0200 Subject: [PATCH] Fixed the URL config example of Swiftmailer --- symfony/swiftmailer-bundle/2.5/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/symfony/swiftmailer-bundle/2.5/manifest.json b/symfony/swiftmailer-bundle/2.5/manifest.json index ce3837cd..3a449ef6 100644 --- a/symfony/swiftmailer-bundle/2.5/manifest.json +++ b/symfony/swiftmailer-bundle/2.5/manifest.json @@ -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"] }