How to Install mailer NPM Packages on Ubuntu / Debian

How to Install mailer software package in NPM Packages

mailer : send emails from node.js to a smtp server, simple as cake. You can installing mailer 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 mailer
$ sudo npm install -g mailer

If want to update the mailer package execute the command as below,

$ sudo npm update mailer

Update package globally,

$ npm install -g mailer

Git clone:

$ sudo  git clone https://github.com/rektide/mailer.git
$ sudo  npm install -g ./mailer

mailer@0.6.7 /usr/lib/node_modules/mailer

How to remove mailer package :

You can uninstall or remove this package from your node_modules run the command as below,

$ sudo npm uninstall mailer

Basic Information of mailer NPM Package:

Package Name mailer
Version 0.6.7
Description send emails from node.js to a smtp server, simple as cake
Released Date 2011-10-10T23:16:52.242Z
Published by npm
How to Learn https://www.npmjs.com/package/mailer/tutorial