Allow to use a SMTP server without authentication
This commit is contained in:

committed by
Juan Luis Baptiste

parent
2264af0bca
commit
b1ef5ea1d0
@@ -5,10 +5,10 @@
|
||||
# Optional: (Default value: 587) Port address of the SMTP server to use.
|
||||
#SMTP_PORT=
|
||||
|
||||
# Mandatory: Username to authenticate with.
|
||||
# Optional: Username to authenticate with.
|
||||
#SMTP_USERNAME=
|
||||
|
||||
# Mandatory: Password of the SMTP user. (Not needed if SMTP_PASSWORD_FILE is used)
|
||||
# Optional (Mandatory if SMTP_USERNAME is set): Password of the SMTP user. (Not needed if SMTP_PASSWORD_FILE is used)
|
||||
#SMTP_PASSWORD=
|
||||
|
||||
# Mandatory: Server hostname for the Postfix container. Emails will appear to come from the hostname's domain.
|
||||
|
Reference in New Issue
Block a user