Resolve "Set “Reply-To” in diagram comment notification mails." #70
No reviewers
Labels
No labels
ACE3
ASAP
Admin
Some Time
Soon(ish)
accepted
bug
collections
dance-lists
discussion
duplicate
easy
enhancement
fixed
ignored
schema-change
wont-fix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
Strathspey/ace4!70
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "40-set-reply-to-in-diagram-comment-notification-mails"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This is a fairly simple change. We must replace the call to
django.core.mail.send_mail()with the instantiation of anEmailMessageobject and call to itssend()method, becausesend_mail()doesn't let us specify extra headers (EmailMessagehas a separatereply_toattribute.)Closes #40
assigned to @anselm
added 1 commit
388b6479- feature: Include `Reply-To:` header in diagram/crib comment notification mail.Compare with previous version
marked this merge request as ready
mentioned in commit
b7b7b3d0c2