From 4c57f8e68351abef70cb9b061779dbae9fbe3da1 Mon Sep 17 00:00:00 2001 From: Christine Cunningham <5705329+ccunningham101@users.noreply.github.com> Date: Mon, 8 Jan 2024 13:19:46 +0000 Subject: [PATCH] Send from team@retracted.net --- retractions/management/commands/send_retraction_emails.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/retractions/management/commands/send_retraction_emails.py b/retractions/management/commands/send_retraction_emails.py index 3053f18..a1e77e2 100644 --- a/retractions/management/commands/send_retraction_emails.py +++ b/retractions/management/commands/send_retraction_emails.py @@ -194,7 +194,7 @@ def _generate_mail(self, pairs, author, to_emails): msg = OurEmail( subject=subject, body=body_plaintext, - from_email='"The RetractoBot Team, University of Oxford" ', + from_email='"The RetractoBot Team, University of Oxford" ', to=to_emails, ) msg.attach_alternative(body, "text/html")