submissions.utils module¶
-
class
submissions.utils.
SubmissionUtils
[source]¶ Bases:
common.utils.BaseMailUtil
-
mail_sender
= 'submissions@scipost.org'¶
-
mail_sender_title
= 'SciPost Editorial Admin'¶
Requires loading ‘assignment’ attribute.
-
classmethod
send_unreg_ref_reminder_email
()[source]¶ This method is used to remind a referee who has not yet responded. It is used for unregistered referees only. It is called from the ref_invitation_reminder method in submissions/views.py.
-
classmethod
send_ref_reminder_email
()[source]¶ This method is used to remind a referee who has not yet responded. It is used for registered Contributors only. It is called from the ref_invitation_reminder method in submissions/views.py.
-
classmethod
send_ref_cancellation_email
()[source]¶ This method is used to inform a referee that his/her services are no longer required. It is called from the cancel_ref_invitation method in submissions/views.py.
Requires loading ‘report’ attribute.
-
classmethod
send_communication_email
()[source]¶ After an EditorialCommunication has been created and saved, this method sends emails to the relevant people. Requires loading ‘communication’ attribute.
Requires loading ‘submission’ and ‘recommendation’ attributes.
Requires loading ‘submission’ and ‘recommendation’ attributes.
-