From 967d2d78ec77921aba03fcd01769d166830c15cc Mon Sep 17 00:00:00 2001
From: David P Robinson <dprobinson@users.noreply.github.com>
Date: Tue, 2 Jun 2020 23:46:26 +0100
Subject: [PATCH] Added missing ENV Variable for Implicit TLS

---
 .env.template | 1 +
 1 file changed, 1 insertion(+)

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"