EmailTestResponse
Response for email test endpoint.
successSuccess (boolean)required
message object
anyOf
- string
- null
string
recipient object
anyOf
- string
- null
string
config object
anyOf
- EmailConfigInfo
- null
backendBackend (string)required
host object
anyOf
- string
- null
string
port object
anyOf
- integer
- null
integer
error object
anyOf
- string
- null
string
EmailTestResponse
{
"success": true,
"message": "string",
"recipient": "string",
"config": {
"backend": "string",
"host": "string",
"port": 0
},
"error": "string"
}