I want to send email with nodemailer using html template. In that template I need to inject some dynamically some variables and I really can\'t do that. My code:
There is one easy way to insert variable inside html in nodemailer.
html:"Your message "+variable1+".Message continueous "+variable 2+""
Your message "+variable1+".Message continueous "+variable 2+"