I'm using simplenews module to try & send html newsletters. However, the emails are arriving unreadable. The problem seems to be that drupal_mail (in mail.inc) performs drupal_wrap_mail on the message body. Mimemail then performs a check_markup in its drupal_mail_wrapper() function ... and line break converter filter then inserts numerous breaks all over the place which destroy the html message.

Comments

briandorval’s picture

it did the same thing to me...
it add
everywhere it's not supposed to be...

someone have a work around ???

briandorval’s picture

oups... ahah I write the html code and it didn't show up sorry...

I repeat !!!

it add <br/> everywhere it's not supposed to be...

I should preview everytime I'm posting sorry again :P

jerdavis’s picture

Status: Active » Closed (fixed)

If you're still running into issues, please check out the latest development release when it's availabe in the next day or so - there are a number of fixes which should resolve some of these issues.
Jer