Closed (duplicate)
Project:
Simplenews
Version:
7.x-1.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
18 Sep 2009 at 14:17 UTC
Updated:
18 Sep 2009 at 19:10 UTC
While reading through code and patches i've found a problem with simplemail.
A simplemail related issue in mimemail tries to change the api to make things work seamlessly:
http://drupal.org/node/400998
The solution would be very simple.
If a mail is HTML, it should call mimemail with $plain=NULL to allow mimemail to happen user consideration.
Since we call it with FALSE, user consideration is overridden.
Everything else is fine.
| Comment | File | Size | Author |
|---|---|---|---|
| simplenews_mimemail.patch | 1.03 KB | miro_dietiker |
Comments
Comment #1
miro_dietikercorrectly relating to case...
#400998: mimemail_prepare won't accept $plaintext = FALSE argument
Comment #2
miro_dietikerHmm..
After realizing that there's one line more needed from an other patch i realized this bugreport was duplicate.
Redirecting work to:
#401014: Simplenews does not take the recipient's text mail preference into account