Set SEND_AS_PLAIN_TEXT
to false
Because this issue <https://codeberg.org/forgejo/forgejo/issues/4395>
This commit is contained in:
parent
244e6ffcce
commit
6c78d87ec9
1 changed files with 2 additions and 2 deletions
|
@ -137,7 +137,8 @@ SMTP_ADDR = smtp.protonmail.ch
|
||||||
SMTP_PORT = 587
|
SMTP_PORT = 587
|
||||||
USER = noreply@4rs.nl
|
USER = noreply@4rs.nl
|
||||||
PASSWD = YOURSMTPTOKEN ; CHANGE_ME (your token)
|
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]
|
[openid]
|
||||||
ENABLE_OPENID_SIGNIN = true
|
ENABLE_OPENID_SIGNIN = true
|
||||||
|
@ -167,7 +168,6 @@ DISABLE_USERS_PAGE = true
|
||||||
[service]
|
[service]
|
||||||
;; Mailer
|
;; Mailer
|
||||||
ENABLE_NOTIFY_MAIL = true
|
ENABLE_NOTIFY_MAIL = true
|
||||||
REGISTER_EMAIL_CONFIRM = false
|
|
||||||
|
|
||||||
;; Registration configuration
|
;; Registration configuration
|
||||||
DISABLE_REGISTRATION = false
|
DISABLE_REGISTRATION = false
|
||||||
|
|
Loading…
Reference in a new issue