Skip to content

Commit

Permalink
Updated note about 'none' SMTP authentication method in .env.producti…
Browse files Browse the repository at this point in the history
…on.sample (#2167)
  • Loading branch information
evilny0 authored and Gargron committed Apr 19, 2017
1 parent 43caf1f commit 0876a06
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .env.production.sample
Original file line number Diff line number Diff line change
Expand Up @@ -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=
Expand Down

0 comments on commit 0876a06

Please sign in to comment.