From 68337eba4ea6c099b6fbb9dd2098f60f3eccde64 Mon Sep 17 00:00:00 2001 From: Thary Date: Sat, 13 Sep 2025 02:47:42 +0300 Subject: [PATCH] fix --- module.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module.nix b/module.nix index 47e9d35..1c7b34a 100644 --- a/module.nix +++ b/module.nix @@ -89,7 +89,7 @@ in "SMTP_ENABLE_STARTTLS" = "never"; # "SMTP_ENABLE_STARTTLS_AUTO" = "false"; # "SMTP_ENABLE_STARTTLS" = "always"; - "SMTP_TLS" = "false"; + "SMTP_TLS" = "true"; "SMTP_SSL" = "true"; }; };