From a655e0fc86125f91ef3557ffa81cfcda8482811f Mon Sep 17 00:00:00 2001 From: akanealw Date: Fri, 28 Mar 2025 12:12:15 -0500 Subject: [PATCH] updated smtp env variable --- mixed/compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mixed/compose.yml b/mixed/compose.yml index 58976f0..606b72b 100755 --- a/mixed/compose.yml +++ b/mixed/compose.yml @@ -347,7 +347,7 @@ services: - SIGNUPS_ALLOWED=false - SIGNUPS_VERIFY=false - SMTP_PORT=587 - - SMTP_SSL=true + - SMTP_SECURITY=tls ports: - 8089:80/tcp restart: always