Download & Extend

Create a "maileditor" template.

Project:HTML Mail
Version:7.x-2.x-dev
Component:Code
Category:task
Priority:normal
Assigned:Unassigned
Status:active

Issue Summary

Need an example template for emails sent by the "maileditor" module. See #1121894: Template files should go in the HTMLMail-specific theme directory.

Comments

#1

Assuming this relates to the Mail Editor project, let's talk.

Mail Editor's strategy is to customize the mail message in hook_mail_alter() and to let drupal_mail() pass unstyled HTML on to the mailsystem, as specified by core. AFAICS this works fine with the core mailsystem, which converts the HTML into text (also thanks to your work) and sends it off.

My understanding is that HTML Mail replaces the core mailsystem and does its thing at that level, but according to #1402222: Blank email subject and body with HTML Mail module this is not working as expected.

Why would Mail Editor need a special "'maileditor' template"?

#2

Assigned to:pillarsdotnet» Anonymous

Noted.

nobody click here