SmtpResult
performedboolean
deliverablebooleannullable
responseCodeintegernullable
Example:
250responseMessagestringnullable
Example:
OKgreylistedDetectedbooleannullable
catchAllDetectedbooleannullable
SmtpResult
{
"performed": true,
"deliverable": true,
"responseCode": 250,
"responseMessage": "OK",
"greylistedDetected": true,
"catchAllDetected": true
}