diff options
author | Jason Rhodes <jason.matthew.rhodes@gmail.com> | 2017-04-07 07:43:44 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-07 07:43:44 -0400 |
commit | 2ac8a590cd164891be0f11ca3d705a3ec948cecb (patch) | |
tree | b864a693bb41e9332c45524c8536e092a871f7f7 | |
parent | 5d43a9cae2dd03f500c4bd9736a9e71e131b6d02 (diff) |
Moved into a comment per feedback
-rw-r--r-- | .env.production.sample | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.env.production.sample b/.env.production.sample index 9bb988ea6..6d28a4a11 100644 --- a/.env.production.sample +++ b/.env.production.sample @@ -26,7 +26,8 @@ OTP_SECRET= # EMAIL_DOMAIN_WHITELIST=example1.com|example2.de|etc # E-mail configuration -SMTP_SERVER=smtp.mailgun.org, smtp.sparkpostmail.com, etc. +# Note: Mailgun and SparkPost (https://sparkpo.st/smtp) each have good free tiers +SMTP_SERVER=smtp.mailgun.org SMTP_PORT=587 SMTP_LOGIN= SMTP_PASSWORD= |