Hello,
i'm building a template for a newsletter in html using simplenews and simplenews template.
mime is working, because i see the emial rendered as html, but i cannot find the html code in the email source.
No html markup and no css code, actually...
I use thunderbird, by the way.

This makes everything difficult...
Is it a normal behaviour by mime or something strange is happening on my side?
Thanks,
Da.

Comments

jerdavis’s picture

Status: Active » Closed (fixed)

In the current dev snapshot the text/html part is being base64 encoded. I just committed a change to change this to 8bit encoding. On side effect is you'll be able to read the HTML code when viewing the message source. Let me know if you run into any issues when the new dev snapshot is available.

Jer