From c257d965fdbefade910d43dcdaf8c8d70e53d737 Mon Sep 17 00:00:00 2001 From: Luke Vella Date: Tue, 25 Apr 2023 17:58:33 +0100 Subject: [PATCH] Update config.env --- config.env | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config.env b/config.env index 91c47b7..5710f81 100644 --- a/config.env +++ b/config.env @@ -20,6 +20,8 @@ SMTP_SECURE=false SMTP_USER= # The password (if auth is enabled on your SMTP server) SMTP_PWD= +# Set to "true" to enable TLS. Might be needed for some SMTP connections +SMTP_TLS_ENABLED=false # OPTIONAL CONFIG