email node - put description before attached file.

This commit is contained in:
Dave Conway-Jones
2017-04-03 18:02:17 +01:00
parent d86cf60b06
commit 47520ea5aa
3 changed files with 6 additions and 8 deletions

View File

@@ -13,10 +13,7 @@
"useSSL": "Use SSL?",
"disposition": "Disposition"
},
"default-message": "Your file from Node-RED is attached: __filename__ __description__",
"default-message": "__description__\n\nFile from Node-RED is attached: __filename__",
"tip": {
"cred": "<b>Note:</b> Copied credentials from global emailkeys.js file.",
"recent": "Tip: Only retrieves the single most recent email."
@@ -39,7 +36,7 @@
"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",
"nopayload": "No payload to send",
"fetchfail": "Failed to fetch folder: __folder__",
"messageerror": "Fetch message error: __error__"
}