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

andrenoronha’s picture

have 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.

spamwelle’s picture

it'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

andrenoronha’s picture

\o/

hey! thank you very much. i was looking for that for about a month.
now it's ok here :)

Sutharsan’s picture

Status: Active » Closed (won't fix)

The is recent activity in the mimemail issue queue. Feel free to reopen if you believe this issue can be solved by simplenews.

juantxo_kupul’s picture

It worked for me in Hotmail. Now the mail is shown as html instead of plain text. Thank you very much !!!

jomorlo’s picture

It worked for me!.

Thanks!!!