update readme for EMAIL_AUTH

This commit is contained in:
Bastian Rang 2017-09-19 12:09:09 +02:00 committed by GitHub
parent 75b3e41ee8
commit f13f37499c
1 changed files with 1 additions and 0 deletions

View File

@ -93,6 +93,7 @@ Passbolt docker image provides several environment variables to configure differ
* EMAIL_HOST: server hostname ( defaults to localhost) * EMAIL_HOST: server hostname ( defaults to localhost)
* EMAIL_PORT: server port ( defaults to 587) * EMAIL_PORT: server port ( defaults to 587)
* EMAIL_TIMEOUT: timeout ( defaults to 30s) * EMAIL_TIMEOUT: timeout ( defaults to 30s)
* EMAIL_AUTH: disable smtp auth ( defaults to true)
* EMAIL_USERNAME: username for email server auth ( defaults to email_user) * EMAIL_USERNAME: username for email server auth ( defaults to email_user)
* EMAIL_PASSWORD: password for email server auth ( defaults to email_password) * EMAIL_PASSWORD: password for email server auth ( defaults to email_password)
* EMAIL_TLS: set tls, boolean ( defaults to false) * EMAIL_TLS: set tls, boolean ( defaults to false)