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?
Django: Send HTML email via send_mass_mail()
Asked Answered
Found [this old question][1] that seems to remain valid... [1]: #7584301 –
Marinna
You should check this answer where the guy creates a customized send_mass_mail()
function that accepts HTML working with EmailMultiAlternatives
© 2022 - 2024 — McMap. All rights reserved.