add option to trust specific cert for SMTP

This commit is contained in:
Harvey Tindall
2021-03-15 21:57:42 +00:00
parent 5892899114
commit 43e5bbbe21
2 changed files with 40 additions and 12 deletions
+8
View File
@@ -673,6 +673,14 @@
"requires_restart": false,
"type": "password",
"value": "smtp password"
},
"ssl_cert": {
"name": "Path to custom SSL certificate",
"required": false,
"requires_restart": false,
"type": "text",
"value": "",
"description": "Use if your SMTP server's SSL Certificate is not trusted by the system."
}
}
},