From ab04e2ada235fb46769c909f11a28fa37b8d65d6 Mon Sep 17 00:00:00 2001 From: Thary Date: Sat, 13 Sep 2025 02:38:29 +0300 Subject: [PATCH] fix --- module.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/module.nix b/module.nix index 2ef104f..47e9d35 100644 --- a/module.nix +++ b/module.nix @@ -78,6 +78,7 @@ in # user = "noreply.mastodon@${sp.domain}"; fromAddress = "noreply.mastodon@${sp.domain}"; user = "noreply.mastodon"; + # host = ""; host = "127.0.0.1"; port = 465; # port = 22; @@ -88,8 +89,8 @@ in "SMTP_ENABLE_STARTTLS" = "never"; # "SMTP_ENABLE_STARTTLS_AUTO" = "false"; # "SMTP_ENABLE_STARTTLS" = "always"; - "SMTP_TLS" = "true"; - "SMTP_SSL" = "false"; + "SMTP_TLS" = "false"; + "SMTP_SSL" = "true"; }; };