-
Notifications
You must be signed in to change notification settings - Fork 72
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Escaped HTML in e-mail body #59
Comments
Got the same problem. This is what I get:
|
Hi, i've the same problem (it was ok one month ago). Did you find any solution ? Thanks |
The problem seems to be in the body_insertion function: https://github.com/Fantomas42/emencia-django-newsletter/blob/master/emencia/django/newsletter/utils/newsletter.py#L9 I hacked it by removing BeautifulSoup from that function and using a simple search and replace before/after Later on however, I have decided to make the switch to MailChimp completely and I don't regret it one bit. |
Got the same problem when upgrading to Django 1.4. Kevipostal's fix worked. Did not test it with older Django versions though. |
Hi,
Whenever I send an e-mail, the first and last bits of the e-mail (i.e. viewing the e-mail on the website or unsubscribing) is not rendered as HTML. The newsletter content is shown as properly rendered HTML. This is how an e-mail would look like:
I tried reading all the docs, double-checked that all the dependencies are properly installed, nothing worked so far.
Thanks!
The text was updated successfully, but these errors were encountered: