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 on Windows (just like any other module) with no compiled dependencies.

ScreenHunter 1913 Mar. 21 23.05 Nodemailer – Easy Email Sending With Node.JS

It just got updated early this March and has already been successfully test on the following PaaS platforms (using free/trial accounts):

  • Heroku
  • AppFog
  • OpenShift
  • Nodejitsu
  • Windows Azure

Some of the key features include:

  • Attachments (including attachment streaming for sending larger files)
  • SSL/STARTTLS for secure e-mail delivery
  • Preconfigured services for using SMTP with Gmail, Hotmail, etc.
  • XOAUTH2 authentication support and token generation (3-legged OAuth)
  • DKIM signing
  • Send e-mail from command line

Feel free to fork it over at GitHub.

Incoming search terms for the article:

Related Posts

AJAX Chat By Blueimp

Optimize Your Images with TinyPNG

SoFresh: Making Your CSS Yummy

SwipeView Looping Carousel

2 Comments

  1. test

    04.12.2013

    Woah! I’m really digging the template/theme of this website. It’s simple,
    yet effective. A lot of times it’s challenging to get that “perfect balance” between superb usability and appearance. I must say that you’ve
    done a superb job with this. In addition, the blog loads
    very quick for me on Chrome. Outstanding Blog!

  2. Andreas Müller

    06.25.2013

    Do you have exeriences with hosting nodejs applications?