Add documentation for smtp env vars (#326)

* add documentation for smtp env vars

* wrap at 80 lines

* add smtp env vars to web container docs
This commit is contained in:
Simon
2019-04-29 23:04:03 +02:00
committed by Abhilash Raj
parent 80eb38bf46
commit 439f308bf8
2 changed files with 35 additions and 20 deletions

View File

@@ -51,6 +51,13 @@ change them unless you know what you want.
- `SMTP_PORT`: Port used for SMTP. Default is `25`.
- `SMTP_HOST_USER`: Used for SMTP authentication. Default is an empty string.
- `SMTP_HOST_PASSWORD`: Default is an empty string.
- `SMTP_USE_TLS`: Specifies wheather the SMTP connection is encrypted
via TLS. Default is `False`.
- `DJANGO_LOG_URL`: Path to the django's log file. Defaults to
`/opt/mailman-web-data/logs/mailmanweb.log`.