- š¦šŗAustralia ajlow
Something similar happens with MIME Mail module, only the difference is I have to disable all the Mail Safety options to make it run. If any of the Mail Safety options are activated, the email template used is the the MIME Mail module twig file instead of the twig file in my custom theme directory. I found this out when I enabled debugging and saw this in my email raw source:
<!-- BEGIN OUTPUT from 'modules/contrib/mimemail/templates/mimemail-message.html.twig' -->
Disabling all the Mail Safety options gives me the expected result:
<!-- BEGIN OUTPUT from 'profiles/drupalexp_nation/themes/nation/templates/mimemail-message--custom_cron.html.twig' -->