From 3e15459c20858a7fd12947adbd03ecafe2f0b08e Mon Sep 17 00:00:00 2001 From: Deepak Prabhakara Date: Mon, 17 Jan 2022 17:37:32 +0000 Subject: [PATCH] Added known configuration for gmail smtp (nodemailer) (#1522) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * added known configuration for gmail smtp (nodemailer) * Update .env.example Co-authored-by: Omar López Co-authored-by: Omar López --- .env.example | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.env.example b/.env.example index 7ee71a33..b28da85c 100644 --- a/.env.example +++ b/.env.example @@ -65,6 +65,14 @@ EMAIL_SERVER_PORT=587 EMAIL_SERVER_USER='' # Keep in mind that if you have 2FA enabled, you will need to provision an App Password. EMAIL_SERVER_PASSWORD='' +# The following configuration for Gmail has been verified to work. +# EMAIL_SERVER_HOST='smtp.gmail.com' +# EMAIL_SERVER_PORT=465 +# EMAIL_SERVER_USER='' +## You will need to provision an App Password. +## @see https://support.google.com/accounts/answer/185833 +# EMAIL_SERVER_PASSWORD='' + # ApiKey for cronjobs CRON_API_KEY='0cc0e6c35519bba620c9360cfe3e68d0'