diff options
author | David P Robinson <[email protected]> | 2020-06-02 23:46:26 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2020-06-02 23:46:26 +0100 |
commit | 967d2d78ec77921aba03fcd01769d166830c15cc (patch) | |
tree | a6d01c305972131f0e1e1106d04cc0311e78892c | |
parent | 1aa5e0d4dc436befe880b714af2e33e7fb789bdb (diff) | |
download | vaultwarden-967d2d78ec77921aba03fcd01769d166830c15cc.tar.gz vaultwarden-967d2d78ec77921aba03fcd01769d166830c15cc.zip |
Added missing ENV Variable for Implicit TLS
-rw-r--r-- | .env.template | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.env.template b/.env.template index 6a74fa52..8c0a1c11 100644 --- a/.env.template +++ b/.env.template @@ -185,6 +185,7 @@ # SMTP_FROM_NAME=Bitwarden_RS # SMTP_PORT=587 # SMTP_SSL=true +# SMTP_EXPLICIT_TLS=true # N.B. This variable configures Implicit TLS. It's currently mislabelled (see bug #851) # SMTP_USERNAME=username # SMTP_PASSWORD=password # SMTP_AUTH_MECHANISM="Plain" |