Browse Source

Email service options :P

Small addition in case people want email service options, sparkpost.com gives you 100k/mo free
closed-social-v3
Jason Rhodes 7 years ago
committed by GitHub
parent
commit
5d43a9cae2
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .env.production.sample

+ 1
- 1
.env.production.sample View File

@ -26,7 +26,7 @@ OTP_SECRET=
# EMAIL_DOMAIN_WHITELIST=example1.com|example2.de|etc
# E-mail configuration
SMTP_SERVER=smtp.mailgun.org
SMTP_SERVER=smtp.mailgun.org, smtp.sparkpostmail.com, etc.
SMTP_PORT=587
SMTP_LOGIN=
SMTP_PASSWORD=

Loading…
Cancel
Save