Posts by Ellison Leão • 86 points
1 post
-
7
votes1
answer2008
viewsA: What is the best way to email with HTML in Django?
I like to use Emailmultialternatives for sending with txt and html alternatives. If you want to use it a way to do it is: from django.template.loader import render_to_string from django.core.mail…