Allow to use a SMTP server without authentication
This commit is contained in:
committed by
Juan Luis Baptiste
parent
2264af0bca
commit
b1ef5ea1d0
@@ -39,8 +39,8 @@ The following env variables need to be passed to the container:
|
||||
|
||||
* `SMTP_SERVER` Server address of the SMTP server to use.
|
||||
* `SMTP_PORT` (Optional, Default value: 587) Port address of the SMTP server to use.
|
||||
* `SMTP_USERNAME` Username to authenticate with.
|
||||
* `SMTP_PASSWORD` Password of the SMTP user. If `SMTP_PASSWORD_FILE` is set, not needed.
|
||||
* `SMTP_USERNAME` (Optional) Username to authenticate with.
|
||||
* `SMTP_PASSWORD` (Mandatory if `SMTP_USERNAME` is set) Password of the SMTP user. If `SMTP_PASSWORD_FILE` is set, not needed.
|
||||
* `SERVER_HOSTNAME` Server hostname for the Postfix container. Emails will appear to come from the hostname's domain.
|
||||
|
||||
The following env variable(s) are optional.
|
||||
|
||||
Reference in New Issue
Block a user