From ea3e90c285358030afa32fd6f37964e8dd8ca839 Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Fri, 3 Feb 2017 10:25:21 -0800 Subject: [PATCH] switch to use sendmail for Swiftmailer default (more universal) --- .../symfony/swiftmailer-bundle/etc/packages/swiftmailer.yaml | 2 +- recipes/symfony/swiftmailer-bundle/manifest.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes/symfony/swiftmailer-bundle/etc/packages/swiftmailer.yaml b/recipes/symfony/swiftmailer-bundle/etc/packages/swiftmailer.yaml index ae42b74f..265c3d20 100644 --- a/recipes/symfony/swiftmailer-bundle/etc/packages/swiftmailer.yaml +++ b/recipes/symfony/swiftmailer-bundle/etc/packages/swiftmailer.yaml @@ -1,5 +1,5 @@ swiftmailer: - transport: smtp + transport: sendmail host: "%env(MAILER_HOST)%" username: "%env(MAILER_USERNAME)%" password: "%env(MAILER_PASSWORD)%" diff --git a/recipes/symfony/swiftmailer-bundle/manifest.json b/recipes/symfony/swiftmailer-bundle/manifest.json index 758f4bfa..105602e6 100644 --- a/recipes/symfony/swiftmailer-bundle/manifest.json +++ b/recipes/symfony/swiftmailer-bundle/manifest.json @@ -6,7 +6,7 @@ "etc/": "%ETC_DIR%/" }, "env": { - "MAILER_HOST": "127.0.0.1", + "MAILER_HOST": "", "MAILER_USERNAME": "", "MAILER_PASSWORD": "" }