Email rework (#195)

* Rework of Node-RED email nodes
This commit is contained in:
Neil Kolban
2016-04-20 13:47:23 -05:00
committed by Dave Conway-Jones
parent 8563624983
commit 3107080b19
6 changed files with 358 additions and 117 deletions

View File

@@ -8,7 +8,10 @@
"password": "Password",
"repeat": "Refresh",
"seconds": "seconds",
"folder": "Folder"
"folder": "Folder",
"protocol": "Protocol",
"useSSL": "Use SSL?",
"disposition": "Disposition"
},
"default-message": "Your file from Node-RED is attached: __filename__ __description__",
@@ -40,4 +43,4 @@
"messageerror": "Fetch message error: __error__"
}
}
}
}