Closed (fixed)
Project:
Simplenews
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
31 Mar 2011 at 18:16 UTC
Updated:
18 Apr 2011 at 07:51 UTC
Jump to comment: Most recent file
Comments
Comment #1
sgabe commentedSee the attached patches for both D6 branches with backwards compatibility for previous versions of Mime Mail.
Comment #2
simon georges commentedThe backwards compatibility seems to be more tricky: if returning a boolean, all keys needed for the watchdog message are lost. But I'll see your point, and will work on the basis of your first patches.
Comment #3
sgabe commentedOh, I see. Sorry I wasn't thorough enough...
Comment #4
simon georges commentedNo problem, at least you told us about your api modifications.
What about the 7.x version ? (I'll work on the 6.x patches this week-end).
Comment #5
sgabe commentedThis doesn't valid for the 7.x version since on Drupal 7 you can use drupal_mail() to send messages with any mail system, so mimemail() is deprecated.
Comment #6
simon georges commentedCan somebody review the patch ?
Comment #7
sgabe commentedI think it's perfect.
Comment #8
simon georges commentedCommitted in 6.x-1.x and 6.x-2.x.
No need to port it to 7.x-1.x.
@sgabe, thanks again for the heads up.