From a8c7b60c1bb79f41358de6c255a52448b07b637a Mon Sep 17 00:00:00 2001 From: Andrew <148278535+andrew-opensignlabs@users.noreply.github.com> Date: Tue, 28 Nov 2023 04:17:05 +0530 Subject: [PATCH] Docs: Add SMTP config --- .env.example | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/.env.example b/.env.example index d7b97bc7c..cd2978cc0 100644 --- a/.env.example +++ b/.env.example @@ -42,11 +42,15 @@ DO_REGION=us-west # Set this to true id you are using local storage instead of s3 compatible storage # USE_LOCAL=TRUE - -# Email mailgun config (The app will not initialize if any of these 3 variables are not set) ********************************************************************************************************************* -MAILGUN_API_KEY= +# Email mailgun or set SMTP_ENABLE true to use SMTP config (The app will not initialize if any of these 3 variables are not set) ********************************************************************************************************************* +MAILGUN_API_KEY=XXXXX MAILGUN_DOMAIN=mail.yourdomain.com MAILGUN_SENDER=postmaster@mail.yourdomain.com +SMTP_ENABLE= +SMTP_HOST= +SMTP_PORT= +SMTP_USER_EMAIL= +SMTP_PASS= # Base64 encoded PFX or p12 document signing certificate file ********************************************************************************************************************* PFX_BASE64=