mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
Gitea mailer fix
This commit is contained in:
parent
71f8d6785e
commit
05696b3aea
2 changed files with 3 additions and 3 deletions
|
|
@ -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}>";
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue