Closed (fixed)
Project:
Mime Mail
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
3 Apr 2011 at 06:37 UTC
Updated:
30 Apr 2011 at 18:21 UTC
Jump to comment: Most recent file
Comments
Comment #1
rjbrown99 commentedHere's the patch.
Comment #2
sgabe commentedI think you can use tokens to get the recipient in the message.
Comment #3
rjbrown99 commentedI'm sure you can do that for rules and such, but I'd like the recipient $object to show up in the theme preprocess function so I can do things with it. As of now, the $variables array that comes to preprocess does not have the object. I can't see how a token would be accessed at that point but I'd be happy to hear about it.
Comment #4
sgabe commentedThank you, committed in both branches.