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")