julianduque / node-elasticemail

Elasticemail Node.js Module
4 stars 6 forks source link

how to send html #6

Open puuble opened 4 years ago

puuble commented 4 years ago

how to send html email on nodejs

giovabiancia commented 3 years ago

Just use body_html instead of body_text

var msg = { from: "support@medyca.it", from_name: "Pippo", to: "giort@gmail.com", subject: "Your new Request", body_html: "your html", };