Nodemailer – Easy Email Sending With Node.JS
If you’re looking for a nice and easy-to-use module for sending e-mails with Node.JS (using SMTP or sendmail or Amazon SES) then look no further than Nodemailer by Andris Reinman. Nodemailer is both Unicode friendly and Windows friendly, meaning that you can use any characters you like and that you can install it with npm [...]