From 58127b96078ad07378d6a9a13f8d8ce7e0684d83 Mon Sep 17 00:00:00 2001 From: "J.-S. Caux" <J.S.Caux@uva.nl> Date: Sun, 4 Feb 2018 21:27:36 +0100 Subject: [PATCH] Add mail_sender (+_title) to JournalUtils --- journals/utils.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/journals/utils.py b/journals/utils.py index 7d2a7499a..da14da589 100644 --- a/journals/utils.py +++ b/journals/utils.py @@ -4,6 +4,9 @@ from common.utils import BaseMailUtil class JournalUtils(BaseMailUtil): + mail_sender = 'edadmin@scipost.org' + mail_sender_title = 'SciPost Editorial Admin' + @classmethod def send_authors_paper_published_email(cls): """ Requires loading 'publication' attribute. """ -- GitLab