Change "From" for mail notification

This commit is contained in:
Michael Huebner 2025-07-14 08:46:44 +02:00
parent 50267be66a
commit 1a2da0fa06

View file

@ -75,7 +75,7 @@ in
PROTOCOL = "smtp";
SMTP_ADDR = "80.151.91.109";
SMTP_PORT = 2525;
FROM = "noreply@ptspaper.de";
FROM = "Forgejo <noreply@ptspaper.de>";
USER = "noreply@ptspaper.de";
};
};