mirror of
https://github.com/node-red/node-red-nodes.git
synced 2025-03-01 10:37:43 +00:00
clarify email node tls? option flag
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
"folder": "Folder",
|
||||
"protocol": "Protocol",
|
||||
"useSSL": "Use SSL?",
|
||||
"useTLS": "Use TLS?",
|
||||
"useTLS": "TLS option",
|
||||
"disposition": "Disposition",
|
||||
"none": "None",
|
||||
"read": "Mark Read",
|
||||
@@ -33,7 +33,8 @@
|
||||
"autotls": "Start TLS?",
|
||||
"never": "never",
|
||||
"required": "if required",
|
||||
"always": "always"
|
||||
"always": "always",
|
||||
"rejectUnauthorised": "Check server certificate is valid"
|
||||
},
|
||||
"default-message": "__description__\n\nFile from Node-RED is attached: __filename__",
|
||||
"tip": {
|
||||
|
Reference in New Issue
Block a user