From 6c78d87ec9df8cdd50d2d277b3a92df90c0c21f1 Mon Sep 17 00:00:00 2001 From: awiteb Date: Sun, 7 Jul 2024 11:32:05 +0200 Subject: [PATCH] Set `SEND_AS_PLAIN_TEXT` to `false` Because this issue --- forgejo/forgejo/conf/app.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/forgejo/forgejo/conf/app.ini b/forgejo/forgejo/conf/app.ini index 4f9ba39..54baab9 100644 --- a/forgejo/forgejo/conf/app.ini +++ b/forgejo/forgejo/conf/app.ini @@ -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