Passing HTML elements as an email template
hey can i send an email via a handlebar? meaning to say in my email template i write:
<html> {{emailTemplate}} </html>
That way i can control my email creation on my app and have only 1 workflow for all emails passing dynamically
2 Replies
use {{{emailTemplate}}}} triple curly braces variables
Ahh
kkk