From afe1484b0df09419e49d63a16acdea8a64d606b8 Mon Sep 17 00:00:00 2001 From: hodasemi Date: Fri, 13 Jun 2025 09:43:36 +0200 Subject: [PATCH] Explicitly add smtp protocol --- git_system.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/git_system.nix b/git_system.nix index 34b1c3d..c017c57 100644 --- a/git_system.nix +++ b/git_system.nix @@ -59,6 +59,7 @@ in }; mailer = { ENABLED = true; + PROTOCOL = "smtp"; SMTP_ADDR = "80.151.91.109"; SMTP_PORT = 25; FROM = "noreply@ptspaper.de";