Skip to content

Commit

Permalink
feat(backend/mails): set reply-to header to reviewers email
Browse files Browse the repository at this point in the history
  • Loading branch information
c0rydoras committed Aug 14, 2024
1 parent 8f6c3fe commit e99f555
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/timed/tracking/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ def _send_notification_emails(changes, reviewer, rejected=False): # noqa: FBT00
from_email=from_email,
to=[user.email],
connection=connection,
reply_to=[reviewer.email],
headers=settings.EMAIL_EXTRA_HEADERS,
)

Expand Down

0 comments on commit e99f555

Please sign in to comment.