clarify email node tls? option flag

This commit is contained in:
Dave Conway-Jones
2021-05-11 09:22:09 +01:00
parent b37d215659
commit 0d1a41f18a
6 changed files with 12 additions and 10 deletions

View File

@@ -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": {