Adding No Auth support to social email out node (#277)

* Let email out node connect to SMTP without authentication

Add the possibility to connect to local SMTP without authentication.

* Adapt test to connect to SMTP without credentials

Adapt test to connect to SMTP without credentials

* Add coverage for social email out node

Add coverage for social email out node

* Add more coverage to email out node

Add more coverage to email out node
This commit is contained in:
Yohann Ciurlik
2017-02-15 19:33:05 +01:00
committed by Dave Conway-Jones
parent 367237d946
commit 8e001fcd45
4 changed files with 156 additions and 57 deletions

View File

@@ -38,6 +38,7 @@
"nouserid": "No e-mail userid set",
"nopassword": "No e-mail password set",
"nocredentials": "No Email credentials found. See info panel.",
"nosmtptransport": "No SMTP transport. See info panel.",
"nopayload": "No payload to send",
"fetchfail": "Failed to fetch folder: __folder__",
"messageerror": "Fetch message error: __error__"