Skip to content

Commit 16860bc

Browse files
Docs: Add SMTP CONFIG
1 parent 57f20ae commit 16860bc

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.env.local_dev

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,16 @@ DO_REGION=us-west
4444
# local storage
4545
USE_LOCAL=TRUE
4646

47-
# Email mailgun config (The app will not initialize if any of these 3 variables are not set) *********************************************************************************************************************
47+
# 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) *********************************************************************************************************************
4848
MAILGUN_API_KEY=XXXXX
4949
MAILGUN_DOMAIN=mail.yourdomain.com
5050
51+
SMTP_ENABLE=
52+
SMTP_HOST=
53+
SMTP_PORT=
54+
SMTP_USER_EMAIL=
55+
SMTP_PASS=
56+
5157

5258
# Base64 encoded PFX or p12 document signing certificate file *********************************************************************************************************************
5359
PFX_BASE64='MIIKCQIBAzCCCc8GCSqGSIb3DQEHAaCCCcAEggm8MIIJuDCCBG8GCSqGSIb3DQEH

0 commit comments

Comments
 (0)