From 1a2da0fa0626b4bd85c3826a2545e970928e594b Mon Sep 17 00:00:00 2001 From: Michael Huebner Date: Mon, 14 Jul 2025 08:46:44 +0200 Subject: [PATCH] Change "From" for mail notification --- git_system.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git_system.nix b/git_system.nix index 9f037e3..45f28ad 100644 --- a/git_system.nix +++ b/git_system.nix @@ -75,7 +75,7 @@ in PROTOCOL = "smtp"; SMTP_ADDR = "80.151.91.109"; SMTP_PORT = 2525; - FROM = "noreply@ptspaper.de"; + FROM = "Forgejo "; USER = "noreply@ptspaper.de"; }; };