node-red-node-email : Node-RED nodes to send and receive simple emails. You can installing node-red-node-email 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 node-red-node-email $ sudo npm install -g node-red-node-email
If want to update the node-red-node-email package execute the command as below,
$ sudo npm update node-red-node-email
Update package globally,
$ npm install -g node-red-node-email
$ sudo git clone https://github.com/rektide/node-red-node-email.git
$ sudo npm install -g ./node-red-node-email
node-red-node-email@0.1.24 /usr/lib/node_modules/node-red-node-email
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall node-red-node-email
Package Name | node-red-node-email |
Version | 0.1.24 |
Description | Node-RED nodes to send and receive simple emails |
Released Date | 2017-07-18T19:33:00.606Z |
Published by | dceejay |
How to Learn | https://www.npmjs.com/package/node-red-node-email/tutorial |