From c779f7555e86723ab922ab8599adf58096c5243a Mon Sep 17 00:00:00 2001 From: Kappeh Date: Mon, 2 Feb 2026 23:56:05 +0000 Subject: [PATCH] Disable mailer --- server/config/app.template.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/config/app.template.ini b/server/config/app.template.ini index 3791c48..f6ad8a2 100644 --- a/server/config/app.template.ini +++ b/server/config/app.template.ini @@ -80,7 +80,7 @@ NO_REPLY_ADDRESS = noreply.localhost PATH = /var/lib/gitea/git/lfs [mailer] -ENABLED = true +ENABLED = false FROM = gitea@kappeh.org PROTOCOL = smpt SMTP_ADDR = leaf.home.kappeh.org