forgejo smpt

This commit is contained in:
Till 2025-12-15 18:18:56 +01:00
parent 842e05de0d
commit a7e35b5db6

View file

@ -54,8 +54,8 @@ in
mailer = { mailer = {
ENABLED = true; ENABLED = true;
SMTP_ADDR = "localhost"; SMTP_ADDR = "localhost";
FROM = "git@${config.networking.domain}"; SMTP_PORT = 25;
# USER = "git@ktiu.net"; FROM = "Forgejo <git@${config.networking.domain}>";
}; };
}; };