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
Comment #1
tcblack commentedI 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.
Comment #2
sutharsan commented6.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.
Comment #3
realdream commentedThe 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?
Comment #4
realdream commentedComment #5
realdream commentedI found the problem in mime mail module. This is a mime mail issue.
Comment #6
cwhitcoe commentedI 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--
Comment #7
andyanderso commentedI am having this issue also - realdream - what did you do to solve the problem in mime mail?
Comment #8
tallsimon commentedDo you mean simplenews 6.x-2.x-dev?
that is the only one I can download which says it has html support.
simon
Comment #9
tallsimon commentedthe same problem can be caused by the following bug: http://drupal.org/node/727744#comment-3128952