NodeJS: Send HTML email using EJS and Sendmail
The simplest solution for sending an email with Node would be to use Sendmail. If you want to send an HTML email, use handlebar or ejs for handling the template (I am using ejs here).
The simplest solution for sending an email with Node would be to use Sendmail. If you want to send an HTML email, use handlebar or ejs for handling the template (I am using ejs here).