emencia / emencia-django-newsletter

An app for sending newsletter by email to a contact list.
189 stars 72 forks source link

Email text not in html form #84

Open rabbitXDD opened 7 years ago

rabbitXDD commented 7 years ago

After receving email, find that some text not in html form. For example, some supposed to be: aaaaaa click here

'

show in email like this: \<div id=\"links"> \<a name="links"> \

aaaaaa\<a href=\"http://example.com/newsletters/asd/1-4abbf2734d0590ca4b42/"\>click here\<\/a>。 \

\

It seems like some html content not treated as html at all when processing to generate email.