Closed (fixed)
Project:
Mime Mail
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
25 Nov 2008 at 06:03 UTC
Updated:
8 Feb 2009 at 05:13 UTC
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
Comment #1
briandorval commentedit did the same thing to me...
it add
everywhere it's not supposed to be...
someone have a work around ???
Comment #2
briandorval commentedoups... 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
Comment #3
jerdavisIf 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