Self-hosted verification infrastructure

Know which inboxes are real before you press send.

MailVerifio combines syntax, DNS, and direct SMTP checks in a private stack you control—then exposes the same signals through a focused console and REST API.

  • No per-credit billing
  • Data stays on your deployment
  • Open implementation
Live API contract
POST /v1/verify
cURL
curl --request POST \
  --url https://api.mailverifio.com/v1/verify \
  --header 'Authorization: Bearer YOUR_API_KEY' \
  --header 'Content-Type: application/json' \
  --data '{"email":"person@example.com"}'

Syntax

Passed

MX

Passed

SMTP

Passed

Mailbox

Passed

01

Syntax

Normalize the address and reject malformed input before network work begins.

02

Mail routing

Resolve MX records and confirm that the domain is configured to receive mail.

03

SMTP

Contact the receiving server and classify mailbox, catch-all, and delivery signals.

Ready to inspect a delivery path?

Run the first check in the console or wire it into your product.