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 = {
ENABLED = true;
SMTP_ADDR = "TODO";
FROM = "noreply@${srv.DOMAIN}";
USER = "noreply@${srv.DOMAIN}";
SMTP_ADDR = "80.151.91.109";
SMTP_PORT = 25;
FROM = "noreply@$ptspaper.de";
USER = "noreply@$ptspaper.de";
};
};
dump = {