Added option to turn off email verification.

This commit is contained in:
Ylian Saint-Hilaire
2020-11-18 21:11:39 -08:00
parent 09cc0caa3c
commit 43e8bcbe4a
3 changed files with 5 additions and 3 deletions

View File

@@ -538,7 +538,8 @@
"from": { "type": "string", "format": "email" },
"tls": { "type": "boolean" },
"tlscertcheck": { "type": "boolean" },
"tlsstrict": { "type": "boolean" }
"tlsstrict": { "type": "boolean" },
"verifyemail": { "type": "boolean", "default": true, "description": "When set to false, the email format and DNS MX record are not checked." }
},
"required": [ "host", "port", "from", "tls" ]
},