Setup smtp for forgejo

This commit is contained in:
hodasemi 2025-06-13 09:25:48 +02:00
parent 8f9458cdae
commit 311d28653f

View file

@ -59,9 +59,10 @@ in
}; };
mailer = { mailer = {
ENABLED = true; ENABLED = true;
SMTP_ADDR = "TODO"; SMTP_ADDR = "80.151.91.109";
FROM = "noreply@${srv.DOMAIN}"; SMTP_PORT = 25;
USER = "noreply@${srv.DOMAIN}"; FROM = "noreply@$ptspaper.de";
USER = "noreply@$ptspaper.de";
}; };
}; };
dump = { dump = {