Add checkbox that allows invalid SMTP certificates to be used.
This commit is contained in:
+2
-1
@@ -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"),
|
||||
|
||||
Reference in New Issue
Block a user