mailgun : Mailgun for Node.js. You can installing mailgun 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 mailgun $ sudo npm install -g mailgun
If want to update the mailgun package execute the command as below,
$ sudo npm update mailgun
Update package globally,
$ npm install -g mailgun
$ sudo git clone https://github.com/rektide/mailgun.git
$ sudo npm install -g ./mailgun
mailgun@0.5.0 /usr/lib/node_modules/mailgun
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall mailgun
Package Name | mailgun |
Version | 0.5.0 |
Description | Mailgun for Node.js |
Released Date | 2014-09-22T06:47:14.712Z |
Published by | shz |
How to Learn | https://www.npmjs.com/package/mailgun/tutorial |