From cc12e3ec63d96ad0f2df12ae1e20a08a4a01eb97 Mon Sep 17 00:00:00 2001
From: Yohann D'ANELLO <ynerant@crans.org>
Date: Thu, 8 Apr 2021 17:31:01 +0200
Subject: [PATCH] Send cron mails to the BDE

Signed-off-by: Yohann D'ANELLO <ynerant@crans.org>
---
 note.cron | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/note.cron b/note.cron
index 44db347a..fe5df781 100644
--- a/note.cron
+++ b/note.cron
@@ -1,6 +1,9 @@
 # {{ ansible_managed }}
 # Les cronjobs dont a besoin la Note Kfet
 
+# Envoi des mails aux respos info
+MAILTO=notekfet2020@lists.crans.org
+
 # m  h   dom mon dow     user   command
 # Envoyer les mails en attente
  *   *     *   *   *     root   cd /var/www/note_kfet && env/bin/python manage.py send_mail -c 1
-- 
GitLab