Deliverability & Hard Bounce Checker

Created
May 5, 2020 05:39 PM
JSON Field
.smtp.is_deliverable
Property

Description

Our email bounce checker identifies which emails will bounce and thus are not safe to send. Keep your bounce rate under control with Reacher.

API Response

{
	"input": "john.doe@realcompany.com",
	"smtp": {
		"is_deliverable": true,
		// -- snip --
	}
}