Opened 4 years ago

Closed 4 years ago

#31448 closed New feature (wontfix)

Support HTML messages in send_mass_mail().

Reported by: Pepe Bawagan Owned by: nobody
Component: Core (Mail) Version: 3.0
Severity: Normal Keywords: html_message, mail
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description (last modified by Pepe Bawagan)

django.core.mail.send_mass_mail currently does not support html_messages

Attachments (1)

patch.diff (2.8 KB ) - added by Pepe Bawagan 4 years ago.

Download all attachments as: .zip

Change History (4)

by Pepe Bawagan, 4 years ago

Attachment: patch.diff added

comment:1 by Pepe Bawagan, 4 years ago

Description: modified (diff)

comment:2 by Pepe Bawagan, 4 years ago

Please ignore the attachment, it incorrectly patches EmailMessage instead of EmailMultiAlternatives.

comment:3 by Mariusz Felisiak, 4 years ago

Easy pickings: unset
Has patch: unset
Resolution: wontfix
Status: newclosed
Summary: Support HTML messages in send_mass_mail and EmailMessageSupport HTML messages in send_mass_mail().

The API for send_mass_mail() is frozen so we will not accept any new functionalities. Check also docs about sending multiple emails.

Note: See TracTickets for help on using tickets.
Back to Top