Skip to main content

EmailTestResponse

Response for email test endpoint.

successSuccess (boolean)required
message object
anyOf
string
recipient object
anyOf
string
config object
anyOf
backendBackend (string)required
host object
anyOf
string
port object
anyOf
integer
error object
anyOf
string
EmailTestResponse
{
"success": true,
"message": "string",
"recipient": "string",
"config": {
"backend": "string",
"host": "string",
"port": 0
},
"error": "string"
}