Description
I use Drupal 6.4 and Simplenews 6.x-1.x-dev and simplenews.305650.patch from Restore Mime Mail support in D6 / post #26.
If send a mail in html format: (multi-part message in MIME format)

Hotmail (Windowslive) view the html source codes in text format.
All other mail system viewing correct html format.

The text/pain source of mail:

Message source:


This is a multi-part message in MIME format.

--567883ee7f496c165ba65f819b3a3d11
Content-Type: multipart/alternative;
    boundary="6316f4f4c825dc0ee1e16f6032539291"
Content-Disposition: inline
Content-Transfer-Encoding: 8bit


--6316f4f4c825dc0ee1e16f6032539291
Content-Type: text/plain; charset=utf-8
Content-Disposition: inline
Content-Transfer-Encoding: 8bit

test 3.
<p>text<br />
text<br />
text<br />
</p>

hotmail view: (not source, this is a normal hotmail view)

test 3.
<p>text<br />
text<br />
text<br />
</p>

Comments

tcblack’s picture

I am seeing the same behavior.
I send a newsletter out and it arrives in the box with the HTML formatting code still there, even though it is set to send text only email.
I do not have mime mail installed.

This is happening on two different sites for me.

sutharsan’s picture

Status: Active » Closed (won't fix)

6.x-1.x-dev does NOT support HTML and/or mimemail. Only the HEAD release does in combination with Mime Mail HEAD version.

Feel free to re-open the issue if you have the same problem with Simplenews HEAD.

realdream’s picture

Status: Closed (won't fix) » Active

The HEAD version is old and not compatible with drupal 6.5.
I use newest mime mail and simplenews modules.
Html source codes show in hotmail view.
What version is good for this problem?

realdream’s picture

Category: bug » support
realdream’s picture

Status: Active » Closed (fixed)

I found the problem in mime mail module. This is a mime mail issue.

cwhitcoe’s picture

I am having the same issue. I am using simplenews_template

here is what I got in my inbox:

This is a multi-part message in MIME format. ------=_NextPart_fd30c5fe387555e760268f3f98243ff7 Content-Type: text/plain; charset=UTF-8; format=flowed; Content-Transfer-Encoding: 8bit

Unsubscribe from this newsletter
- - - This is a test version of the newsletter. - - - ------=_NextPart_fd30c5fe387555e760268f3f98243ff7 Content-Type: text/html; charset=UTF-8; format=flowed; Content-Transfer-Encoding: 8bit

test

please disreard

Unsubscribe from this newsletter

- - - This is a test version of the newsletter. - - -
------=_NextPart_fd30c5fe387555e760268f3f98243ff7--

andyanderso’s picture

I am having this issue also - realdream - what did you do to solve the problem in mime mail?

tallsimon’s picture

Do you mean simplenews 6.x-2.x-dev?
that is the only one I can download which says it has html support.
simon

tallsimon’s picture

the same problem can be caused by the following bug: http://drupal.org/node/727744#comment-3128952