Add checkbox that allows invalid SMTP certificates to be used.

This commit is contained in:
Stefan Schokker
2021-11-08 20:48:55 +01:00
parent 0bf8cd65cd
commit 556c31d4ea
3 changed files with 15 additions and 5 deletions
+2 -1
View File
@@ -296,7 +296,8 @@ const settings = {
"encryption": new Select(get("smtp-encryption")),
"server": new Input(get("smtp-server")),
"port": new Input(get("smtp-port")),
"password": new Input(get("smtp-password"))
"password": new Input(get("smtp-password")),
"cert-validation": new Input(get("smtp-cert-validation"))
},
"ombi": {
"enabled": new Checkbox(get("ombi-enabled"), "", false, "ombi", "enabled"),