Add mention of SSL to email nodes info

This commit is contained in:
Dave Conway-Jones 2016-02-26 21:59:43 +00:00
parent c01a1745db
commit 734fbe2adb
2 changed files with 4 additions and 2 deletions

View File

@ -77,6 +77,7 @@
The filename should be set using <code>msg.filename</code>. Optionally <code>msg.description</code> can be added for the body text.</p>
<p>Alternatively you may provide <code>msg.attachments</code> which should contain an array of one or
more attachments in <a href="https://www.npmjs.com/package/nodemailer#attachments" target="_new">nodemailer</a> format.</p>
<p>Note: uses SMTP with SSL to port 465.</p>
</script>
<script type="text/javascript">
@ -159,6 +160,7 @@
<i>to</i>, <i>cc</i> and other potentially useful properties.</p>
<p>Uses the imap module.</p>
<p><b>Note:</b> this node <i>only</i> gets the most recent single email from the inbox, so set the repeat (polling) time appropriately.</p>
<p>Note: uses IMAP with SSL to port 993.</p>
</script>
<script type="text/javascript">

View File

@ -1,10 +1,10 @@
{
"name" : "node-red-node-email",
"version" : "0.1.1",
"version" : "0.1.2",
"description" : "Node-RED nodes to send and receive simple emails",
"dependencies" : {
"nodemailer" : "1.3.4",
"imap" : "0.8.14"
"imap" : "0.8.16"
},
"repository" : {
"type":"git",