#23910: Multiple Email for Reply-To
-----------------------------+----------------------------
Reporter: zkanda | Owner: nobody
Type: New feature | Status: new
Component: Core (Mail) | Version: master
Severity: Normal | Keywords: email, headers
Triage Stage: Unreviewed | Has patch: 0
Easy pickings: 1 | UI/UX: 0
-----------------------------+----------------------------
It would be cool if I can just pass a list to Reply-To.
Right now I have something like this:
{{{
msg = EmailMultiAlternatives(
email_subject, body, email_from, [user.email],
headers={'Reply-To': ",".join([email.email for email in
organization.get_emails()])})
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/23910>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
--
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/django-updates/049.32e0f7a8a56ce4352fee168e14ae11e9%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.