From 53162a6b36643ee44c755adcc38aff83039e6181 Mon Sep 17 00:00:00 2001 From: Thomas Lehmann Date: Tue, 29 Oct 2024 13:42:01 +0100 Subject: [PATCH] feat(config): disable sending mails Signed-off-by: Thomas Lehmann --- configs/mail.config.php | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 configs/mail.config.php diff --git a/configs/mail.config.php b/configs/mail.config.php new file mode 100644 index 0000000..d196de8 --- /dev/null +++ b/configs/mail.config.php @@ -0,0 +1,7 @@ + 'null', +];