The HTMLMail settings page allows you to specify which theme is used for sending emails. That theme directory should be the first place that HTML Mail looks for templates.
The HTMLMail settings page allows you to specify which theme is used for sending emails. That theme directory should be the first place that HTML Mail looks for templates.
Comments
Comment #1
pillarsdotnet commentedCoded for 7.x-2.x; now to test...
Comment #2
pillarsdotnet commentedFixed in 6.x-2.15 and 7.x-2.15 release.
Comment #3
sterndata commentedI've put htmlmail.tpl.php in BOTH my theme directory and in the htmlmail module directory and set the option to use my current (default) them in settings. The header/footer now show up, BUT the body is empty!
Comment #4
pillarsdotnet commentedAre you using the module settings page to send a test email, or are you sending via some other method?
Comment #5
pillarsdotnet commentedI just tested with HTML Mail (6.x-2.x) and Mailsystem (6.x-1.x), and it sends fine, even if I disable HTMLMail and send via DefaultMailSystem.
So...
Either you're using a previous (buggy) version or you're sending via another module that I haven't had opportunity to test interoperability with.
If it's an old version, please try upgrading.
If it's a different module, please tell me which one so I can test (and fix) interoperability.
Comment #6
sterndata commentedThe content is coming from the module "maileditor"
Comment #7
sterndata commentedIgnore... Will deal with in my other bug report. Basically, the MIME module must be enabled.
Comment #8
pillarsdotnet commentedOpened #1122792: Create a "maileditor" template.