how to send html
Opened this issue · 1 comments
puuble commented
how to send html email on nodejs
giovabiancia commented
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",
};