From 45376dfa3f67e400228431faafc44fa0ee5b688d Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Tue, 28 Feb 2017 15:32:07 -0800 Subject: [PATCH] fixed typo --- recipes/symfony/swiftmailer-bundle/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/symfony/swiftmailer-bundle/manifest.json b/recipes/symfony/swiftmailer-bundle/manifest.json index f277775a..70a8fc79 100644 --- a/recipes/symfony/swiftmailer-bundle/manifest.json +++ b/recipes/symfony/swiftmailer-bundle/manifest.json @@ -10,7 +10,7 @@ "MAILER_TRANSPORT": "smtp", "MAILER_HOST": "localhost", "MAILER_PORT": "25", - "MAILER_USERNAME": "", + "MAILER_USER": "", "MAILER_PASSWORD": "" } }