Closed (fixed)
Project:
Mime Mail
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
24 Dec 2012 at 09:51 UTC
Updated:
12 Apr 2013 at 13:30 UTC
Jump to comment: Most recent file
Comments
Comment #1
sgabe commentedThis should be done in the hook_mail implementation, see lines 166-167 in mimemail.module.
Comment #2
tutumlum commentedI have tested using tokens in subject and body of HTML email, mimemail did not replaced the tokens. It replaces only "To". I have seen that mimemail_action.module, line 30 has
as I suggested for others.
Comment #3
sgabe commentedThe attached patch has been committed.