Skip to content

Commit

Permalink
Merge branch 'master' into minor-changes
Browse files Browse the repository at this point in the history
  • Loading branch information
18alantom authored Feb 20, 2024
2 parents 5992e0f + 8c729c7 commit 7e4fea1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion press/api/email.py
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ def event_log():
"unique_token": secrets.token_hex(25),
"message_id": message_id,
"sender": headers["from"],
"recipient": headers["to"],
"recipient": event_data.get("recipient") or headers.get("to"),
"site": site,
"status": event_data["event"],
"subscription_key": secret_key,
Expand Down

0 comments on commit 7e4fea1

Please sign in to comment.