Skip to content

Commit a8c7b60

Browse files
Docs: Add SMTP config
1 parent 16860bc commit a8c7b60

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

.env.example

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,15 @@ DO_REGION=us-west
4242
# Set this to true id you are using local storage instead of s3 compatible storage
4343
# USE_LOCAL=TRUE
4444

45-
46-
# Email mailgun config (The app will not initialize if any of these 3 variables are not set) *********************************************************************************************************************
47-
MAILGUN_API_KEY=
45+
# 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) *********************************************************************************************************************
46+
MAILGUN_API_KEY=XXXXX
4847
MAILGUN_DOMAIN=mail.yourdomain.com
4948
MAILGUN_SENDER=[email protected]
49+
SMTP_ENABLE=
50+
SMTP_HOST=
51+
SMTP_PORT=
52+
SMTP_USER_EMAIL=
53+
SMTP_PASS=
5054

5155
# Base64 encoded PFX or p12 document signing certificate file *********************************************************************************************************************
5256
PFX_BASE64=

0 commit comments

Comments
 (0)