Re: feature request: include optional html_message in send_mass_mail tuple

2017-03-05 Thread Luan Roger Santos Santana
Django has another option to send HTML messages. We can use the render_to_string() function to generate the message and then send it using send_mass_mail() Em sexta-feira, 3 de março de 2017 21:26:48 UTC-3, Michael Scheper escreveu: > >

Re: feature request: include optional html_message in send_mass_mail tuple

2017-03-04 Thread Tim Graham
Hi Michael, it looks like we're not enhancing send_mass_mail() as per the docstring [0]: "The API for this method is frozen. New code wanting to extend the functionality should use the EmailMessage class directly." Perhaps the documentation could be clarified. [0] https://github.com/django/dja

feature request: include optional html_message in send_mass_mail tuple

2017-03-03 Thread Michael Scheper
It seems I'm not the only one who wants to include HTML in messages sent via send_mass_mail() . It also seems an easy feature to add; i