Skip to content

Commit

Permalink
Simplify subject line of partner reports so that they get bundled in …
Browse files Browse the repository at this point in the history
…Gmail
  • Loading branch information
nathansherburn committed Aug 13, 2024
1 parent 47255a5 commit 0aaf117
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion donation/emails/partner_charity_report.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ def send_partner_charity_reports(test=True):
cc = []
body = "Hi team, here's the internal report for {0} from {1} to {2}".format(partner, start.strftime('%d-%m-%Y'), end.strftime('%d-%m-%Y'))
message = EmailMessage(
subject="Internal report for {0} from {1} to {2}".format(partner, start.strftime('%d-%m-%Y'), end.strftime('%d-%m-%Y')),
subject="Effective Altruism Australia donation report [internal]",
body=body,
to=to if not test else [settings.TESTING_EMAIL],
cc=cc if not test else [settings.TESTING_EMAIL],
Expand Down

0 comments on commit 0aaf117

Please sign in to comment.