hosts/marisa: fix gitea mailer

Signed-off-by: natto1784 <natto@weirdnatto.in>
This commit is contained in:
2023-08-07 04:59:53 +05:30
parent 1fc6e8cd96
commit e281e912d8
4 changed files with 3 additions and 4 deletions

View File

@@ -27,7 +27,7 @@
ENABLED = true;
FROM = "masti@${domain}";
TYPE = "smtp";
HOST = domain;
HOST = "mail.${domain}";
IS_TLS_ENABLED = true;
USER = FROM;
REGISTER_MAIL_CONFIRM = true;