Attached is the patch, although the change is one line:
Line 1387 (changed):
return mimemail($from, $mail->to, $mail->subject, $mail->body, $plain_text_only, $headers, $plain_text_body, array(), 'simplenews-send-mail');
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | simplenews.324815_01.patch | 732 bytes | sgabe |
| simplenews.module.patch | 801 bytes | hanoii |
Comments
Comment #1
sutharsan commentedThanks for the code.
Now committed.
Comment #3
sgabe commentedThe mailkey is empty in the 6.x versions. The $message['id'] should be passed to the mimemail() call.
Comment #4
miro_dietikerFixed this on 6--2 and 6--1 CVS. Thank you!
Comment #5
sgabe commentedI think this is fixed then.
Comment #7
alexkb commentedThanks for the re-patch, sgabe! Had to apply it to the latest 1.x release, 6.x-1.3, which fixed the problem!