Gitea mailer fix

This commit is contained in:
kat witch 2021-08-08 14:57:13 +01:00
parent 71f8d6785e
commit 05696b3aea
No known key found for this signature in database
GPG key ID: 1B477797DCA5EC72
2 changed files with 3 additions and 3 deletions

View file

@ -43,9 +43,9 @@
mailer = {
ENABLED = true;
SUBJECT = "%(APP_NAME)s";
HOST = "kittywit.ch:465";
HOST = "athame.kittywit.ch:465";
USER = "gitea@kittywit.ch";
SEND_AS_PLAIN_TEXT = true;
#SEND_AS_PLAIN_TEXT = true;
USE_SENDMAIL = false;
FROM = "\"kittywitch git\" <gitea@${config.kw.dns.domain}>";
};