diff options
author | Jason Rhodes <jason.matthew.rhodes@gmail.com> | 2017-04-06 22:48:17 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-06 22:48:17 -0400 |
commit | 5d43a9cae2dd03f500c4bd9736a9e71e131b6d02 (patch) | |
tree | d86f2e0e8e78b38dd6f048d5f2ff25598bd65782 | |
parent | 31597fd37717db79edb69a64c97b1dca2f9a8a08 (diff) |
Email service options :P
Small addition in case people want email service options, sparkpost.com gives you 100k/mo free
-rw-r--r-- | .env.production.sample | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.env.production.sample b/.env.production.sample index a7f9eb4bf..9bb988ea6 100644 --- a/.env.production.sample +++ b/.env.production.sample @@ -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= |