Make the smtp server port configurable.

This commit is contained in:
watiko
2018-05-24 12:14:45 +09:00
parent ccaff2a25e
commit 20decfd2f9
2 changed files with 5 additions and 2 deletions

View File

@@ -26,6 +26,7 @@ For more information on using multiple compose files [see here](https://docs.doc
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.
* `SERVER_HOSTNAME` Server hostname for the Postfix container. Emails will appear to come from the hostname's domain.