From c9b9454dc1ab481db04d61f3a4d31dc687113543 Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Thu, 6 Apr 2017 16:36:59 -0700 Subject: [PATCH] added more Swiftmailer URL examples --- symfony/swiftmailer-bundle/2.5/manifest.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/symfony/swiftmailer-bundle/2.5/manifest.json b/symfony/swiftmailer-bundle/2.5/manifest.json index 231619fa..ce3837cd 100644 --- a/symfony/swiftmailer-bundle/2.5/manifest.json +++ b/symfony/swiftmailer-bundle/2.5/manifest.json @@ -6,7 +6,8 @@ "etc/": "%ETC_DIR%/" }, "env": { - "#1": "For Gmail as a transport, use: \"gmail://username:password\"", + "#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=" }, "aliases": ["mailer", "mail"]