MX Record Checker

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

Description

Reacher notifies you if an MX Record is found for the domain being checked. This way, you end up with genuine records.

API Response

{
	"input": "someone@gmail.com",
	"syntax": {
		"accepts_mail": true,
		"records": [
			"alt3.gmail-smtp-in.l.google.com.",
			"gmail-smtp-in.l.google.com.",
			"alt1.gmail-smtp-in.l.google.com.",
			"alt4.gmail-smtp-in.l.google.com.",
			"alt2.gmail-smtp-in.l.google.com."
		]
	},
	// -- snip --
}