mirror of
https://github.com/node-red/node-red-nodes.git
synced 2025-03-01 10:37:43 +00:00
Correct spellings in email readme,
skip test for now.
This commit is contained in:
@@ -1,15 +1,14 @@
|
||||
node-red-node-email
|
||||
===================
|
||||
|
||||
<a href="http://nodered.org" target="_new">Node-RED</a> nodes to send and receove simple emails.
|
||||
<a href="http://nodered.org" target="_new">Node-RED</a> nodes to send and receive simple emails.
|
||||
|
||||
**Note** : This is the same node as is/was in the core of Node-RED. If you already
|
||||
have it installed you do NOT need this node.
|
||||
**Note** : This is the same node as is/was in the core of Node-RED.
|
||||
|
||||
Pre-requisite
|
||||
-------------
|
||||
|
||||
You will need valid email credintials for your email server.
|
||||
You will need valid email credentials for your email server.
|
||||
|
||||
Install
|
||||
-------
|
||||
|
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name" : "node-red-node-email",
|
||||
"version" : "0.0.1",
|
||||
"version" : "0.0.2",
|
||||
"description" : "Node-RED nodes to send and receive simple emails",
|
||||
"dependencies" : {
|
||||
"nodemailer" : "1.3.4",
|
||||
|
Reference in New Issue
Block a user