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": "" } }