Tuesday, November 2, 2010

html in django password_reset_email.html

I recently tried to send the following in a test password email from a
site I am creating:

<h1>This is a test reset password email.</h1>

However when I received the email it displayed the "<h1>This is a test
reset password email.</h1>".

My question is how can I send a styled email using html tags and
possibly even css when using the password_reset_email.html template
that goes with django's view.password_reset?

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to django-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

No comments:

Post a Comment