From 7b0667fdb1ca068c508d1aa7b32492e0a2775eb2 Mon Sep 17 00:00:00 2001 From: Victor Bocharsky Date: Fri, 31 May 2019 19:31:38 +0300 Subject: [PATCH] RFC Create a recipe for Google mailer transport --- symfony/google-mailer/4.3/manifest.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 symfony/google-mailer/4.3/manifest.json diff --git a/symfony/google-mailer/4.3/manifest.json b/symfony/google-mailer/4.3/manifest.json new file mode 100644 index 00000000..c1892fc3 --- /dev/null +++ b/symfony/google-mailer/4.3/manifest.json @@ -0,0 +1,8 @@ +{ + "env": { + "#1": "Gmail SHOULD NOT be used on production, use it in development only.", + "#2": "GMAIL_USERNAME=", + "#3": "GMAIL_PASSWORD=", + "#4": "MAILER_DSN=smtp://$GMAIL_USERNAME:$GMAIL_PASSWORD@google" + } +}