- 🇬🇧United Kingdom mrhorse
Old issue, but still revelant. I have added support for using postmark's email templates. You need to pass 2 more vars with the $message array via hook_mail() to achieve this, with the patch applied. Content in the template is rendered with {{html}} for HTML version and {{text}} for the text version.
$message['pm_template_id'] = 'template-test'; $message['pm_template_vars'] = [];