Update forgejo mailer config

HOST has been renamed to SMTP_ADDR.
This commit is contained in:
TEC 2023-12-11 03:05:01 +08:00
parent a5bb3a35b1
commit 0ef1d57ad2
Signed by: tec
SSH Key Fingerprint: SHA256:eobz41Mnm0/iYWBvWThftS0ElEs1ftBr6jamutnXc/A
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@
PROTOCOL = "smtp+startls";
FROM = "forgejo@git.tecosaur.net";
USER = "tec@tecosaur.net";
HOST = "smtp.fastmail.com:587";
SMTP_ADDR = "smtp.fastmail.com:587";
};
service = {
REGISTER_EMAIL_CONFIRM = true;