mirror of
https://github.com/node-red/node-red-nodes.git
synced 2025-03-01 10:37:43 +00:00
Add StartTLS option to email node
This commit is contained in:
@@ -16,7 +16,6 @@
|
||||
"folder": "Folder",
|
||||
"protocol": "Protocol",
|
||||
"useSSL": "Use SSL?",
|
||||
"autotls": "STARTTLS?",
|
||||
"useTLS": "Use TLS?",
|
||||
"disposition": "Disposition",
|
||||
"none": "None",
|
||||
@@ -30,7 +29,11 @@
|
||||
"seen": "Seen",
|
||||
"unanswered": "Unanswered",
|
||||
"unflagged": "Unflagged",
|
||||
"unseen": "Unseen"
|
||||
"unseen": "Unseen",
|
||||
"autotls": "Start TLS?",
|
||||
"never": "never",
|
||||
"required": "if required",
|
||||
"always": "always"
|
||||
},
|
||||
"default-message": "__description__\n\nFile from Node-RED is attached: __filename__",
|
||||
"tip": {
|
||||
|
Reference in New Issue
Block a user