diff --git a/oser_backend/settings/common.py b/oser_backend/settings/common.py
index 82f0af1180ba25fcf11baf06c441dfd3f37d37a4..a6016f09ff8b66c0f93445c85e330b42f9a0c3c0 100644
--- a/oser_backend/settings/common.py
+++ b/oser_backend/settings/common.py
@@ -243,7 +243,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"
diff --git a/profiles/templates/profiles/template_email_verification.html b/profiles/templates/profiles/template_email_verification.html
index 65867f53f33e8d773734c26734e9d8704b0a8c0a..6c3b39241156e255da99d956dea296409ea46b89 100644
--- a/profiles/templates/profiles/template_email_verification.html
+++ b/profiles/templates/profiles/template_email_verification.html
@@ -51,7 +51,7 @@
       </table>
         <tr>
           <td class="bg_light" style="text-align: center;">
-          	<p>Vous n'avez pas essayé de vous inscrire au site web de OSER ? Veuillez nous contacter pour régler le problème <a href="mailto:support@oser-cs.fr" style="color: #F3395E;">support@oser-cs.fr</a></p>
+          	<p>Vous n'avez pas essayé de vous inscrire au site web de OSER ? Veuillez nous contacter pour régler le problème <a href="mailto:contact@oser-cs.fr" style="color: #F3395E;">contact@oser-cs.fr</a></p>
           </td>
         </tr>
       </table>