Send Emails With Node.JS: Nodemailer
Nodemailer is an easy to use module to send e-mails with Node.JS (using SMTP or sendmail or Amazon SES) and is unicode friendly – You can use any characters you like.
Nodemailer is Windows friendly, you can install it with npm on Windows just like any other module, there are no compiled dependencies. Use it from Azure or from your Windows box hassle free.
- HTML content as well as plain text alternative
- Attachments (including attachment streaming for sending larger files)
- Embedded images in HTML
- SSL/STARTTLS for secure e-mail delivery
- XOAUTH2 authentication and token generation support – useful with Gmail
- DKIM signing
Recent Comments