Django: Send HTML email via send_mass_mail()

泪湿孤枕 提交于 2019-12-10 14:49:30

问题


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/


回答1:


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



来源:https://stackoverflow.com/questions/26378008/django-send-html-email-via-send-mass-mail

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!