Skip to content

Commit

Permalink
Send from [email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
ccunningham101 committed Jan 8, 2024
1 parent d1598ff commit 4c57f8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion retractions/management/commands/send_retraction_emails.py
Original file line number Diff line number Diff line change
Expand Up @@ -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" <ben@retracted.net>',
from_email='"The RetractoBot Team, University of Oxford" <team@retracted.net>',
to=to_emails,
)
msg.attach_alternative(body, "text/html")
Expand Down

0 comments on commit 4c57f8e

Please sign in to comment.