From 16860bc7b818fb8a62a97d926b6386687e36b4e9 Mon Sep 17 00:00:00 2001 From: Andrew <148278535+andrew-opensignlabs@users.noreply.github.com> Date: Tue, 28 Nov 2023 04:15:26 +0530 Subject: [PATCH] Docs: Add SMTP CONFIG --- .env.local_dev | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.env.local_dev b/.env.local_dev index 7884fb0b9..a04faba14 100644 --- a/.env.local_dev +++ b/.env.local_dev @@ -44,10 +44,16 @@ DO_REGION=us-west # local storage USE_LOCAL=TRUE -# Email mailgun config (The app will not initialize if any of these 3 variables are not set) ********************************************************************************************************************* +# 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='MIIKCQIBAzCCCc8GCSqGSIb3DQEHAaCCCcAEggm8MIIJuDCCBG8GCSqGSIb3DQEH