How to send html email with django with dynamic content in it?
Posted
by Ankit Jaiswal
on Stack Overflow
See other posts from Stack Overflow
or by Ankit Jaiswal
Published on 2010-06-09T10:47:55Z
Indexed on
2010/06/09
10:52 UTC
Read the original article
Hit count: 218
Hi all,
Can anyone please help me sending html email with dynamic contents. One way is to copy the entire html code into a variable and populate the dynamic code within it in Django views, but that does not seem to be a good idea, as its a very large html file.
I would appreciate any suggestions.
Thanks.
© Stack Overflow or respective owner