fix wrong loading of TLS devices
This commit is contained in:
parent
669ff65be8
commit
be6d676fdf
@ -69,7 +69,7 @@
|
|||||||
{
|
{
|
||||||
"name": "port",
|
"name": "port",
|
||||||
"type": "int",
|
"type": "int",
|
||||||
"defaultValue": 25
|
"defaultValue": "465"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "authentification",
|
"name": "authentification",
|
||||||
@ -80,7 +80,6 @@
|
|||||||
{
|
{
|
||||||
"name": "encryption",
|
"name": "encryption",
|
||||||
"type": "QString",
|
"type": "QString",
|
||||||
"defaultValue": "SSL",
|
|
||||||
"allowedValues": ["NONE","SSL","TLS"]
|
"allowedValues": ["NONE","SSL","TLS"]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user