nodemailer : Easy as cake e-mail sending from your Node.js applications. You can installing nodemailer npm packages, there are two ways to install this module locally and globaly. -g option is specified to global. Execute the below command.
$ sudo npm install nodemailer $ sudo npm install -g nodemailer
If want to update the nodemailer package execute the command as below,
$ sudo npm update nodemailer
Update package globally,
$ npm install -g nodemailer
$ sudo git clone https://github.com/rektide/nodemailer.git
$ sudo npm install -g ./nodemailer
nodemailer@4.4.0 /usr/lib/node_modules/nodemailer
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall nodemailer
| Package Name | nodemailer |
| Version | 4.4.0 |
| Description | Easy as cake e-mail sending from your Node.js applications |
| Released Date | 2017-11-10T11:39:22.321Z |
| Published by | andris |
| How to Learn | https://www.npmjs.com/package/nodemailer/tutorial |