From aa758646e0e4f1939c8cdd33fc51db28b2295d02 Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Thu, 4 May 2023 22:26:19 -0500 Subject: [PATCH] firefly: Disable error message e-mails Apparently, *Firefly III* thinks it is a good idea to send an email to the administrator every time it encounters an error. This is particularly annoying when doing database maintenance, as the Kubernetes health checks trigger an error every minute, which *Firefly III* helpfully notifies me about. Fortunately, this behavior can be disabled. --- firefly-iii/firefly-iii.env | 1 + 1 file changed, 1 insertion(+) diff --git a/firefly-iii/firefly-iii.env b/firefly-iii/firefly-iii.env index efc5836..e8773b0 100644 --- a/firefly-iii/firefly-iii.env +++ b/firefly-iii/firefly-iii.env @@ -28,3 +28,4 @@ MAIL_HOST=mail.pyrocufflink.blue MAIL_PORT=25 MAIL_ENCRYPTION=null MAIL_FROM=firefly-iii@pyrocufflink.net +SEND_ERROR_MESSAGE=false