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

Comments

salvis’s picture

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"?

pillarsdotnet’s picture

Assigned: pillarsdotnet » Unassigned

Noted.

tr’s picture

Issue summary: View changes
Status: Active » Closed (outdated)