Django: Send HTML email via send_mass_mail()
Asked Answered
B

1

7

It seems from the docs on email that HTML is supposed for send_mail() but not send_mass_mail(). Is my understanding correct, and if so is there a work-around to get the send_mass_mail() functionality with HTML without writing a custom loop?

https://docs.djangoproject.com/en/1.7/topics/email/

Brumal answered 15/10, 2014 at 8:34 Comment(1)
Found [this old question][1] that seems to remain valid... [1]: #7584301Marinna
W
6

You should check this answer where the guy creates a customized send_mass_mail() function that accepts HTML working with EmailMultiAlternatives

Wernerwernerite answered 12/5, 2017 at 21:14 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.