update from address in forgejo

This commit is contained in:
Yisroel Baum 2026-05-14 10:16:09 +03:00
parent 1837cfacb3
commit 3cb74f2bd9
Signed by: yisroelbaum
GPG key ID: 0FA60884F75520A9

View file

@ -21,7 +21,7 @@
ENABLED = true;
SMTP_ADDR = "in-v3.mailjet.com";
SMTP_PORT = 587;
FROM = "noreply@forgejo.${domainName}";
FROM = "me@${domainName}";
# USER and PASSWD come from secrets below
};
};