Change "From" for mail notification
This commit is contained in:
parent
50267be66a
commit
1a2da0fa06
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ in
|
||||||
PROTOCOL = "smtp";
|
PROTOCOL = "smtp";
|
||||||
SMTP_ADDR = "80.151.91.109";
|
SMTP_ADDR = "80.151.91.109";
|
||||||
SMTP_PORT = 2525;
|
SMTP_PORT = 2525;
|
||||||
FROM = "noreply@ptspaper.de";
|
FROM = "Forgejo <noreply@ptspaper.de>";
|
||||||
USER = "noreply@ptspaper.de";
|
USER = "noreply@ptspaper.de";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue