postmark : Ridiculously Simple Email Sending From Node.js For http://www.postmarkapp.com. You can installing postmark 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 postmark $ sudo npm install -g postmark
If want to update the postmark package execute the command as below,
$ sudo npm update postmark
Update package globally,
$ npm install -g postmark
$ sudo git clone https://github.com/rektide/postmark.git
$ sudo npm install -g ./postmark
postmark@1.5.0 /usr/lib/node_modules/postmark
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall postmark
| Package Name | postmark |
| Version | 1.5.0 |
| Description | Ridiculously Simple Email Sending From Node.js For http://www.postmarkapp.com |
| Released Date | 2017-11-20T19:04:20.427Z |
| Published by | atheken |
| How to Learn | https://www.npmjs.com/package/postmark/tutorial |