diff options
author | Eugen <eugen@zeonfederated.com> | 2017-04-08 00:24:38 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-08 00:24:38 +0200 |
commit | 3cb13bdd84399737a2bb13c1ab58dedc2dbe3d76 (patch) | |
tree | f0920812465c286ef2888da9942fed44b7936c45 | |
parent | 0bf31f5436a09904cbc5ca033f131d66fac7b0e0 (diff) | |
parent | 2ac8a590cd164891be0f11ca3d705a3ec948cecb (diff) |
Merge pull request #1125 from jasonrhodes/patch-1
Email service options :P
-rw-r--r-- | .env.production.sample | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.env.production.sample b/.env.production.sample index 44ca984b8..d7c04e235 100644 --- a/.env.production.sample +++ b/.env.production.sample @@ -29,6 +29,7 @@ OTP_SECRET= # DEFAULT_LOCALE=de # E-mail configuration +# Note: Mailgun and SparkPost (https://sparkpo.st/smtp) each have good free tiers SMTP_SERVER=smtp.mailgun.org SMTP_PORT=587 SMTP_LOGIN= |