diff options
author | Jarek Lipski <pub@loomchild.net> | 2017-05-08 03:34:11 +0200 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2017-05-08 03:34:11 +0200 |
commit | b18504adfefe521ab1486e1fa04662e9084fbe32 (patch) | |
tree | 07d056c83be02fbf70b99de99f03d66d6fe33acf | |
parent | bba537a7bebe11be4b1e4a7e126a34cd27b73678 (diff) |
Improve example env file for local Postfix relay (#2892)
-rw-r--r-- | .env.production.sample | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.env.production.sample b/.env.production.sample index cf08a84b9..87bd093a7 100644 --- a/.env.production.sample +++ b/.env.production.sample @@ -38,8 +38,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 *comment* SMTP_LOGIN and SMTP_PASSWORD. -# Leaving them blank is not enough for authentication method 'none'. +# then set SMTP_AUTH_METHOD and SMTP_OPENSSL_VERIFY_MODE to 'none' and +# *comment* SMTP_LOGIN and SMTP_PASSWORD (leaving them blank is not enough). SMTP_SERVER=smtp.mailgun.org SMTP_PORT=587 SMTP_LOGIN= |