Hello, I want to use the email templates like https://preview.keenthemes.com/metronic8/demo22/authentication/email/welcome-message.html
Where can I find the full html so it will look nice in the e-mail?
I have searched in the zip file and then demo22 in metronic_html_v8.2.0_demo22, then I search for mail and find the dir demo22\dist\authentication\email
But then the HTML contents are not complete. For example doctype and basic styling are missing.
I can use the lib. CssToInlineStyles to import all styles from a css file.
But I was wondering how are we supposed to use the email templates?
Hi,
You can find the email templates with inline styles in authentication/email/
folder of your selected demo.
You can use the code under <!--begin::Email template-->
code comment and the rest of the HTML code you can ignore.
Regards,
Sean