mirror of
https://github.com/Fishwaldo/huginn.git
synced 2025-03-15 19:31:26 +00:00
Clarifying no authentication scenario
A bit of a counterintuitive solution as I'd logically expect SMTP_AUTHENTICATION to be set to 'none' vs SMTP_USER_NAME but regardless clarifying for local Postfix configs like mine that don't require auth from localhost.
This commit is contained in:
parent
8054945593
commit
c7350f2c3c
1 changed files with 5 additions and 1 deletions
|
@ -100,6 +100,10 @@ IMPORT_DEFAULT_SCENARIO_FOR_ALL_USERS=true
|
|||
#
|
||||
# If you have trouble with port 587 on Gmail, you can also try setting
|
||||
# SMTP_AUTHENTICATION to login and the SMTP_PORT to 465.
|
||||
#
|
||||
# If you use a local SMTP server without authentication such as Postfix,
|
||||
# SMTP_USER_NAME must be set to none or else you will receive
|
||||
# errors that AUTH not enabled.
|
||||
|
||||
SMTP_DOMAIN=your-domain-here.com
|
||||
SMTP_USER_NAME=you@gmail.com
|
||||
|
|
Loading…
Add table
Reference in a new issue