How to Install simplesmtp NPM Packages on Ubuntu / Debian

How to Install simplesmtp software package in NPM Packages

simplesmtp : Simple SMTP server module to create custom SMTP servers. You can installing simplesmtp 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 simplesmtp
$ sudo npm install -g simplesmtp

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

$ sudo npm update simplesmtp

Update package globally,

$ npm install -g simplesmtp

Git clone:

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

simplesmtp@0.3.35 /usr/lib/node_modules/simplesmtp

How to remove simplesmtp package :

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

$ sudo npm uninstall simplesmtp

Basic Information of simplesmtp NPM Package:

Package Name simplesmtp
Version 0.3.35
Description Simple SMTP server module to create custom SMTP servers
Released Date 2015-02-16T21:41:26.097Z
Published by andris
How to Learn https://www.npmjs.com/package/simplesmtp/tutorial