From f13f37499caf41eabd2551deb3596fb54ed50ad0 Mon Sep 17 00:00:00 2001 From: Bastian Rang Date: Tue, 19 Sep 2017 12:09:09 +0200 Subject: [PATCH] update readme for EMAIL_AUTH --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2c35703..4a3eb8b 100644 --- a/README.md +++ b/README.md @@ -93,6 +93,7 @@ Passbolt docker image provides several environment variables to configure differ * EMAIL_HOST: server hostname ( defaults to localhost) * EMAIL_PORT: server port ( defaults to 587) * 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_PASSWORD: password for email server auth ( defaults to email_password) * EMAIL_TLS: set tls, boolean ( defaults to false)