Opened 6 years ago
Closed 6 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 )
django.core.mail.send_mass_mail currently does not support html_messages
Attachments (1)
Change History (4)
by , 6 years ago
| Attachment: | patch.diff added |
|---|
comment:1 by , 6 years ago
| Description: | modified (diff) |
|---|
comment:2 by , 6 years ago
comment:3 by , 6 years ago
| Easy pickings: | unset |
|---|---|
| Has patch: | unset |
| Resolution: | → wontfix |
| Status: | new → closed |
| Summary: | Support HTML messages in send_mass_mail and EmailMessage → Support HTML messages in send_mass_mail(). |
Note:
See TracTickets
for help on using tickets.
Please ignore the attachment, it incorrectly patches EmailMessage instead of EmailMultiAlternatives.