----
Example Usage:
{{{
messages = [
EmailMessage(subject, message, sender, recipient, bcc, cc,
reply_to=email)
for subject, message, sender, recipient, bcc, cc, email in datatuple
]
send_mass_mail(messages=messages)
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/32583>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* owner: nobody => (none)
* status: assigned => new
--
Ticket URL: <https://code.djangoproject.com/ticket/32583#comment:1>
* status: new => closed
* resolution: => wontfix
Comment:
The API for `send_mass_mail()` is
[https://github.com/django/django/blob/090ca6512f514556394d4a8d321db7883f03e2a6/django/core/mail/__init__.py#L74-L75
frozen] so we will not accept any new functionalities. Check also
[https://docs.djangoproject.com/en/3.0/topics/email/#sending-multiple-
emails docs] about sending multiple emails.
--
Ticket URL: <https://code.djangoproject.com/ticket/32583#comment:2>