- π¬π§United Kingdom kenorb
D8.x, for the reference:
1. Copy ./modules/contrib/htmlmail/templates/htmlmail.html.twig into themes/custom/YOURTHEME/templates/htmlmail--htmlmail.html.twig
2. drush twigc
3. drush cr
Hi I think I'm doing this right, but html mail doesn't seem to be picking up my htmlmail.tpl.php template file. Here is what I did:
<?php echo $body; ?>
in the htmlmail.tpl.php file in my theme folder to see if that shows up in the test email and it does not show up.Am I doing something wrong?
Many thanks for reading,
-Tim
Closed: outdated
2.65
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
D8.x, for the reference:
1. Copy ./modules/contrib/htmlmail/templates/htmlmail.html.twig into themes/custom/YOURTHEME/templates/htmlmail--htmlmail.html.twig
2. drush twigc
3. drush cr