Domain MTA Validation

Created
May 5, 2020 04:42 PM
JSON Field
.mx.accepts_mail
Tags

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 --
}