DEV Community

Soumya Sharma
Soumya Sharma

Posted on

Django emails in development

I am working on a project that uses Django email backend and I receive an email in the terminal every time an email is sent. Right now, the whole email in the terminal is showing in one line irrespective of where I used different <p> tags. I want to know, is there's a way I can preview emails the same way they would be sent to the users?

Top comments (2)

Collapse
 
philipstarkey profile image
Phil Starkey

Have you checked out the suggestions here? stackoverflow.com/q/4642011

Quite a few of them will work for you I think.

Collapse
 
soumyaa1804 profile image
Soumya Sharma

Thanks! I'll look into it. :)