From a92103fcf2803b91b2107c65cc01a9bac48c3fe5 Mon Sep 17 00:00:00 2001 From: Mathijs van Veluw Date: Mon, 21 Mar 2022 18:12:45 +0100 Subject: [PATCH] Updated SMTP Configuration (markdown) --- SMTP-Configuration.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/SMTP-Configuration.md b/SMTP-Configuration.md index 2ee1536..11178e7 100644 --- a/SMTP-Configuration.md +++ b/SMTP-Configuration.md @@ -1,3 +1,12 @@ +--- +> :warning: **NOTE:** Vaultwarden version before v1.24.0 had a bug/mislabelled configuration setting regarding SSL and TLS. This has been fixed in testing and newer released versions.
+> The old settings were `SMTP_SSL` and `SMTP_EXPLICIT_TLS`.
+> The new setting is `SMTP_SECURITY` which has the following options: `starttls`, `force_tls` and `off`.
+> `SMTP_SSL=true` equals `starttls`
+> `SMTP_EXPLICIT_TLS=true` equals `force_tls`
+> The examples below still represent v1.24.0 for now.
+--- + You can configure vaultwarden to send emails via a SMTP agent: ```sh