Opened 5 years ago

Last modified 5 years ago

#31448 closed New feature

Support HTML messages in send_mass_mail and EmailMessage — at Initial Version

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

django.core.mail.send_mass_mail currently does not support html_messages. Implementing this would be slightly easier too if EmailMessage supported html_message.

fwif, I have a fork of the django repo that does exactly that. The patch is attached.

Change History (1)

by Pepe Bawagan, 5 years ago

Attachment: patch.diff added
Note: See TracTickets for help on using tickets.
Back to Top