mirror of
https://github.com/node-red/node-red-nodes.git
synced 2025-03-01 10:37:43 +00:00
Let email node be able to send blank topic
and let msg.description be " also to close #959
This commit is contained in:
@@ -42,10 +42,10 @@
|
||||
"keyFile":"Private key",
|
||||
"users": "Users",
|
||||
"auth": "Authenticate users",
|
||||
"addButton": "Add",
|
||||
"addButton": "Add",
|
||||
"expert": "Expert"
|
||||
},
|
||||
"default-message": "__description__\n\nFile from Node-RED is attached: __filename__",
|
||||
"default-message": "\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.",
|
||||
|
Reference in New Issue
Block a user