commit f1d3fb5d40c9eface070fb1824bd158fd48e18a8
parent 1aa5e0d4dc436befe880b714af2e33e7fb789bdb
Author: Daniel GarcĂa <dani-garcia@users.noreply.github.com>
Date: Wed, 3 Jun 2020 22:47:53 +0200
Merge pull request #1017 from dprobinson/patch-1
Added missing ENV Variable for Implicit TLS
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git 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"