Description
Our email software can successfully mark all of the emails containing inactive or invalid domains that are known for spam and abuse.
API Response
{
"input": "me@fakedomain.com",
"mx": {
"accepts_mail": false, // or true
"records": []
},
// -- snip --
}