Full Inbox Detection

Created
May 5, 2020 06:05 PM
JSON Field
.smtp.has_full_inbox
Property

Description

If the inbox of the target email address is full, Reacher will notify you. In this case, the email address is not deliverable.

API Response

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