How to Install smtp-server NPM Packages on Ubuntu / Debian

How to Install smtp-server software package in NPM Packages

smtp-server : Create custom SMTP servers on the fly. You can installing smtp-server 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 smtp-server
$ sudo npm install -g smtp-server

If want to update the smtp-server package execute the command as below,

$ sudo npm update smtp-server

Update package globally,

$ npm install -g smtp-server

Git clone:

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

smtp-server@3.3.0 /usr/lib/node_modules/smtp-server

How to remove smtp-server package :

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

$ sudo npm uninstall smtp-server

Basic Information of smtp-server NPM Package:

Package Name smtp-server
Version 3.3.0
Description Create custom SMTP servers on the fly
Released Date 2017-10-05T10:51:31.762Z
Published by andris
How to Learn https://www.npmjs.com/package/smtp-server/tutorial