forgejo smpt
This commit is contained in:
parent
842e05de0d
commit
a7e35b5db6
1 changed files with 2 additions and 2 deletions
|
|
@ -54,8 +54,8 @@ in
|
||||||
mailer = {
|
mailer = {
|
||||||
ENABLED = true;
|
ENABLED = true;
|
||||||
SMTP_ADDR = "localhost";
|
SMTP_ADDR = "localhost";
|
||||||
FROM = "git@${config.networking.domain}";
|
SMTP_PORT = 25;
|
||||||
# USER = "git@ktiu.net";
|
FROM = "Forgejo <git@${config.networking.domain}>";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue