Closed (won't fix)
Project:
Simplenews
Version:
6.x-1.0-rc6
Component:
Usability
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
14 Mar 2010 at 11:18 UTC
Updated:
15 Jun 2010 at 00:06 UTC
I tried Simple News 6.x-1.0-rc6 and Mime Mail 6.x-1.0-alpha1.
The Newsletter works fine with Outlook Express and GMail, but with Squirrel Mail, i see an empty email with two attachments (1 the HTML and 1 the text version) and with RoundCube i see only an empty email with no Attachments.
I don't know if it's a bug of simple news or mime mail, anyway i think it could be useful for everybody to know it.
Comments
Comment #1
andrenoronha commentedhave you tested it on hotmail?
that's my problem. i can't seem to find a solution. the bug sometimes just doesnt happen.
i read it's about the fact the hotmail doent accept utf-8 emails.
Comment #2
spamwelle commentedit's a mimemail problem. please have a look at http://drupal.org/node/310305
You have to patch the mimemail.inc aroung line 320
- return mimemail_multipart_body($parts,"$content_type; charset=utf-8");
+ // agidise-mod: mixed
+ $content_type = 'multipart/mixed';
+
+ // agidise-mod: removed "$content_type; charset=utf-8"
+ return mimemail_multipart_body($parts,$content_type);
After that html e-mails worked for me.
greetings
Comment #3
andrenoronha commented\o/
hey! thank you very much. i was looking for that for about a month.
now it's ok here :)
Comment #4
sutharsan commentedThe is recent activity in the mimemail issue queue. Feel free to reopen if you believe this issue can be solved by simplenews.
Comment #5
juantxo_kupul commentedIt worked for me in Hotmail. Now the mail is shown as html instead of plain text. Thank you very much !!!
Comment #6
jomorlo commentedIt worked for me!.
Thanks!!!