For developers, lifecycle teams, trust operations, and email administrators
Use this workflow to improve form handling, list hygiene, domain posture reviews, and manual escalation.
Combine address-level signals with domain-level mail authentication, compliance, DNS, and blacklist evidence.
Use this workflow to improve form handling, list hygiene, domain posture reviews, and manual escalation.
Keep address syntax and domain evidence separate from mailbox existence and actual delivery outcomes.
A well-formed address and configured domain can still bounce, filter, reject, or belong to nobody.
The workflow does not prove mailbox existence, inbox placement, recipient engagement, consent, or future deliverability.
Keep address syntax and domain evidence separate from mailbox existence and actual delivery outcomes.
Use Email Verification for syntax, domain mail setup, disposable-address, role-address, risk, and limitation signals.
Use Email Authentication and Email Compliance to review SPF, DKIM, DMARC, and related published posture.
Inspect relevant mail DNS records and supported blacklist observations, then keep time-bound results distinct from delivery history.
Assess [email protected], inspect the example.com mail controls, and route high-risk or unknown results according to policy.
curl -H "X-API-Key: $DOMSCAN_API_KEY" "https://domscan.net/v1/email-auth?domain=example.com"
{
"domain": "example.com",
"spf": { "record": "v=spf1 -all", "lookup_limit_exceeded": false },
"dmarc": { "record": "v=DMARC1; p=reject", "tags": { "p": "reject" } }
}
Keep address syntax and domain evidence separate from mailbox existence and actual delivery outcomes.
Assess email syntax, domain mail setup, disposable-address signals, and delivery risk without claiming mailbox existence.
Choose this when: Assess email syntax, domain mail setup, disposable-address signals, and delivery risk without claiming mailbox existence.
Analyze email authentication records including SPF, DKIM, and DMARC.
Choose this when: Analyze email authentication records including SPF, DKIM, and DMARC.
Check if a domain or IP is listed on email blacklists.
Choose this when: Check if a domain or IP is listed on email blacklists.
Analyze email authentication records including SPF, DKIM, and DMARC.
Choose this when: Analyze email authentication records including SPF, DKIM, and DMARC.
You need address-risk and sending-domain evidence for routing, hygiene, or configuration review.
Do not use it as proof of mailbox existence, inbox placement, consent, engagement, or guaranteed delivery.
Combine address-level signals with domain-level mail authentication, compliance, DNS, and blacklist evidence.