From d88f8f67222acef4a5d68d452291d7eaeab9d6b5 Mon Sep 17 00:00:00 2001 From: "Christian P. MOMON" Date: Thu, 5 Jan 2023 13:16:07 +0000 Subject: [PATCH] Update mail configuration from the 1.18.0 update. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6bc9ed7..5fe191d 100644 --- a/README.md +++ b/README.md @@ -376,7 +376,7 @@ Configuration la section dédiée dans `/srv/gitea/gitea.ini` : [mailer] ENABLED = true FROM = no-reply@forge.chalec.org -MAILER_TYPE = sendmail +PROTOCOL = sendmail SENDMAIL_PATH = /usr/sbin/sendmail ```