From c8f99934a66dc49943e52aefd70c1e2485d92a76 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jean-S=C3=A9bastien=20Caux?= <git@jscaux.org>
Date: Mon, 11 Oct 2021 07:30:10 +0200
Subject: [PATCH] Update production email

---
 scipost_django/production/utils.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scipost_django/production/utils.py b/scipost_django/production/utils.py
index 79947bee9..d9e34c6d5 100644
--- a/scipost_django/production/utils.py
+++ b/scipost_django/production/utils.py
@@ -29,7 +29,7 @@ def get_or_create_production_stream(submission):
 
 
 class ProductionUtils(BaseMailUtil):
-    mail_sender = 'no-reply@%s' % Site.objects.get_current().domain
+    mail_sender = 'proofs@%s' % Site.objects.get_current().domain
     mail_sender_title = 'SciPost Production'
 
     @classmethod
-- 
GitLab