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
$ 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
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall smtp-server
| 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 |