Set SEND_AS_PLAIN_TEXT to false

Because this issue <https://codeberg.org/forgejo/forgejo/issues/4395>
This commit is contained in:
awiteb 2024-07-07 11:32:05 +02:00
parent 244e6ffcce
commit 6c78d87ec9

View file

@ -137,7 +137,8 @@ SMTP_ADDR = smtp.protonmail.ch
SMTP_PORT = 587
USER = noreply@4rs.nl
PASSWD = YOURSMTPTOKEN ; CHANGE_ME (your token)
SEND_AS_PLAIN_TEXT = true
; Make it false until this issue fixed https://codeberg.org/forgejo/forgejo/issues/4395
SEND_AS_PLAIN_TEXT = false
[openid]
ENABLE_OPENID_SIGNIN = true
@ -167,7 +168,6 @@ DISABLE_USERS_PAGE = true
[service]
;; Mailer
ENABLE_NOTIFY_MAIL = true
REGISTER_EMAIL_CONFIRM = false
;; Registration configuration
DISABLE_REGISTRATION = false