Changes between Initial Version and Version 1 of Ticket #31448
- Timestamp:
- Apr 10, 2020, 1:06:15 AM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #31448 – Description
initial v1 1 django.core.mail.send_mass_mail currently does not support html_messages. Implementing this would be slightly easier too if EmailMessage supported html_message. 2 3 fwif, I have a fork of the django repo that does exactly that. The patch is attached. 1 django.core.mail.send_mass_mail currently does not support html_messages