sending email templates in with django
Posted
by Anakin
on Stack Overflow
See other posts from Stack Overflow
or by Anakin
Published on 2010-05-11T09:41:59Z
Indexed on
2010/05/11
9:44 UTC
Read the original article
Hit count: 311
hey,
i wanna send emails in html template like this.
<html>
<body>
hello <strong>{{username}}</strong>
your account activated.
<img src="mysite.com/logo.gif" />
</body>
it means, i want to send fully html powered templates, with django datas. i cant find anything about send_mail, and django-mailer only sends html templates, not with dynamic datas?
any idea about html emails ?
thanks.
© Stack Overflow or respective owner