Setup smtp for forgejo
This commit is contained in:
parent
8f9458cdae
commit
311d28653f
1 changed files with 4 additions and 3 deletions
|
@ -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 = {
|
||||||
|
|
Loading…
Reference in a new issue