julianduque/node-elasticemail

how to send html

Opened this issue · 1 comments

how to send html email on nodejs

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",
};