Allow to use a SMTP server without authentication

This commit is contained in:
Ernesto Baschny
2021-03-23 22:41:01 +01:00
committed by Juan Luis Baptiste
parent 2264af0bca
commit b1ef5ea1d0
3 changed files with 11 additions and 10 deletions

View File

@@ -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.