Accuracy is not one number

Every email verifier is asked for one figure, and it is the one figure that cannot be checked from the outside. The reason is not secrecy: what an address "is" gets decided by the receiving mail server at the moment of the call, and a check is a conversation with that server, not a lookup in a table of facts.

What a check can know, and what nothing can know

LayerWhat is being readDeterministic?
Syntax and domainIs the address well formed, does the domain publish mail records at allYes - same answer every time
Mailbox conversationThe receiving server's answer to a request for that specific mailboxNo - an answer at a moment in time
Relevance and intentWhether this is the right person, whether they will read itNot a property of the address

The first layer is a property of the string, the second is a claim by a server, the third is not in the address at all. A provider that reports one number is collapsing three different things.

The answers a mailbox-level check can return

Three of those four answers are not the word "yes", and that is where an accuracy claim usually stops being meaningful.

Why a single accuracy percentage resists verification

Four numbers that can be measured instead

If a provider quotes an accuracy percentage, ask for three things before believing it: which states the check returns, how catch-alls are reported, and whether the answer carries a timestamp. A percentage with no states, no handling of catch-alls and no date is not a measurement you can act on.

What TAPAC does with this

The mailbox check runs inside the search that found the address, so a contact arrives with its state already attached: deliverable, undeliverable, or unknown for catch-alls. Every result carries the time of the call and the source page or profile the address came from. 100 free searches, then $0.10-0.50 per verified contact, pay-per-use with no seat.

npx -y @tapacapi/mcp        # tools: tapac_find_contacts, tapac_status
# or hosted: https://tapacapi.com/mcp
# or REST:   POST https://tapacapi.com/v1/contacts/search

Related: what a catch-all answer means, what the SMTP handshake actually proves, and how often a list needs re-checking.

← Back to TAPAC