From e9b600ef11a8afaa16752f7a57cff5dcac3c5659 Mon Sep 17 00:00:00 2001
From: salazard <hamzatouizrat@yahoo.com>
Date: Mon, 28 Nov 2022 17:10:25 +0100
Subject: [PATCH] remplace notif by contact

---
 oser_backend/settings/common.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/oser_backend/settings/common.py b/oser_backend/settings/common.py
index 347f194..afbbff1 100644
--- a/oser_backend/settings/common.py
+++ b/oser_backend/settings/common.py
@@ -264,7 +264,7 @@ SENDGRID_ECHO_TO_STDOUT = True
 # Mails app config
 
 MAILS_ENABLED = True
-MAILS_NOTIFICATIONS_ADDRESS = 'notifications@oser-cs.fr'
+MAILS_NOTIFICATIONS_ADDRESS = 'contact@oser-cs.fr'
 MAILS_RAISE_EXCEPTIONS = False
 HTML_MESSAGE_TEMPLATE = BASE_DIR + \
     "/profiles/templates/profiles/template_email_verification.html"
-- 
GitLab