Closed (fixed)
Project:
Mime Mail
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
25 Apr 2011 at 04:31 UTC
Updated:
21 May 2011 at 16:11 UTC
I recently upgraded to the dev version to make use of the input filter, and noticed the tokens worked in the subject line, but no longer worked in the text message.
For instance, [node:nid] prints the node id # in the subject line, but in the message text it prints as [node:nid].
Comments
Comment #1
sgabe commentedPlease, try the patch in #1090286: Prepare action messages with drupal_mail() to allow alteration. I think it solves this issue.
Comment #2
sgabe commentedThis was caused by #1108324: Add input filter to HTML message for system and Rules actions. I added a submit function to unwrap the HTML message body from the input filter wrapper.
The fix is committed and it will be in the development snapshot soon.
Comment #3
itserich commentedThank you, it seems to be working.