security.ipqs.email_check
Validate email addresses for fraud risk by checking deliverability, disposable providers, spam traps, and abuse history. Returns fraud score and verification details to identify suspicious accounts.
Instructions
Validate email for fraud risk — checks deliverability, disposable/temporary providers, honeypot traps, spam traps, leaked credentials, catch-all detection. Returns fraud score (0-100), SMTP verification, domain age, and abuse history. Goes beyond basic validation (IPQualityScore)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| Yes | Email address to validate and check for fraud (e.g. "user@example.com") | ||
| fast | No | Skip SMTP verification for faster response (default false) | |
| abuse_strictness | No | Abuse detection sensitivity 0-2 (0=low, 2=aggressive) |