Catch-all Email Checker

Created
May 5, 2020 05:27 PM
JSON Field
.smtp.is_catch_all
Property

Description

We spot domains that return valid for all emails. Skipping them will improve your open rates.

API Response

{
	"input": "me@mydomain.com",
	"smtp": {
		"is_catch_all": true,
		// -- snip --
	}
}