From 734fbe2adb6870f68e09b39a3e6f001923f98add Mon Sep 17 00:00:00 2001 From: Dave Conway-Jones Date: Fri, 26 Feb 2016 21:59:43 +0000 Subject: [PATCH] Add mention of SSL to email nodes info --- social/email/61-email.html | 2 ++ social/email/package.json | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/social/email/61-email.html b/social/email/61-email.html index 3a545527..ed0feee4 100644 --- a/social/email/61-email.html +++ b/social/email/61-email.html @@ -77,6 +77,7 @@ The filename should be set using msg.filename. Optionally msg.description can be added for the body text.

Alternatively you may provide msg.attachments which should contain an array of one or more attachments in nodemailer format.

+

Note: uses SMTP with SSL to port 465.