update readme for email node

This commit is contained in:
Dave Conway-Jones 2018-05-01 22:06:54 +01:00
parent 360d71f84b
commit ae6cfcec2d
No known key found for this signature in database
GPG Key ID: 9E7F9C73F5168CD4
1 changed files with 12 additions and 3 deletions

View File

@ -1,7 +1,7 @@
node-red-node-email
===================
<a href="http://nodered.org" target="_new">Node-RED</a> nodes to send and receive simple emails.
<a href="http://nodered.org" target=new">Node-RED</a> nodes to send and receive simple emails.
Pre-requisite
@ -9,15 +9,24 @@ Pre-requisite
You will need valid email credentials for your email server.
**Note :** Version 1.x of this node requires Node.js v6 or newer.
Install
-------
**Node.js v6 or newer is required.**
Version 0.x of this node is usually installed by default by Node-RED.
To install version 1.x you need to uninstall the existing version.
Run the following command in your Node-RED user directory - typically `~/.node-red`
sudo npm uninstall -g node-red-node-email
Then run the following command in your Node-RED user directory - typically `~/.node-red`
npm i node-red-node-email
**Note :** this installs the new version locally rather than globally. This can then be managed by the palette manager.
Usage
-----