From 4eeaadbd5bcd68c904e95f125194c905f12989d0 Mon Sep 17 00:00:00 2001 From: Vinayak <58037628+vinayak-gaikwad@users.noreply.github.com> Date: Wed, 17 Nov 2021 22:11:27 +0530 Subject: [PATCH] chore: Added SMTP_TLS and SMTP_SSL in .env.example Added SMTP_TLS and SMTP_SSL in .env.example Fixes #3396 --- .env.example | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.env.example b/.env.example index ef74a7c0f..36ca66be1 100644 --- a/.env.example +++ b/.env.example @@ -57,6 +57,9 @@ SMTP_AUTHENTICATION= SMTP_ENABLE_STARTTLS_AUTO=true # Can be: 'none', 'peer', 'client_once', 'fail_if_no_peer_cert', see http://api.rubyonrails.org/classes/ActionMailer/Base.html SMTP_OPENSSL_VERIFY_MODE=peer +# Comment out the following environment variables if required by your SMTP server +# SMTP_TLS= +# SMTP_SSL= # Mail Incoming # This is the domain set for the reply emails when conversation continuity is enabled