diff options
author | evilny0 <evilny0@moomoocamp.net> | 2017-04-19 23:16:43 +0200 |
---|---|---|
committer | Eugen <eugen@zeonfederated.com> | 2017-04-19 23:16:43 +0200 |
commit | 0876a06e4544bc0946f3f6d884c7e2507ee12def (patch) | |
tree | 4c4fdbf92556f4838195d5a1f167aefcf62e5137 | |
parent | 43caf1fa5fe2ea2f2cbf844f5c343cf24a083e04 (diff) |
Updated note about 'none' SMTP authentication method in .env.production.sample (#2167)
-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 16ffd0803..5ef76caa5 100644 --- a/.env.production.sample +++ b/.env.production.sample @@ -36,7 +36,8 @@ OTP_SECRET= # E-mail configuration # Note: Mailgun and SparkPost (https://sparkpo.st/smtp) each have good free tiers # If you want to use an SMTP server without authentication (e.g local Postfix relay) -# then set SMTP_AUTH_METHOD to 'none' and leave SMTP_LOGIN and SMTP_PASSWORD blank +# then set SMTP_AUTH_METHOD to 'none' and *comment* SMTP_LOGIN and SMTP_PASSWORD. +# Leaving them blank is not enough for authentication method 'none'. SMTP_SERVER=smtp.mailgun.org SMTP_PORT=587 SMTP_LOGIN= |