diff --git a/oser_backend/settings/common.py b/oser_backend/settings/common.py
index 347f194f325a393cc61141471844e1ad36d33685..afbbff127239c14f97615f081d712d131f1ff79e 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"