SciPost Code Repository

Skip to content
Snippets Groups Projects
Commit e1616dd4 authored by Jorran de Wit's avatar Jorran de Wit
Browse files

Revert

parent 55c86afb
No related branches found
No related tags found
No related merge requests found
......@@ -1365,3 +1365,16 @@ class SubmissionUtils(BaseMailUtil):
reply_to=['admin@scipost.org'])
emailmessage.attach_alternative(html_version, 'text/html')
emailmessage.send(fail_silently=False)
@classmethod
def email_Fellow_tasklist(cls):
"""
Email list of current and upcoming tasks to an individual Fellow.
Requires context to contain:
- `fellow`
"""
cls._send_mail(cls, 'email_fellow_tasklist',
# [cls._context['fellow'].email_address],
['jscaux@scipost.org'], # temporary, for testing
'Current and upcoming tasks')
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment