check_email_security
Audit a domain's email security by checking SPF, DMARC, DKIM, DNS/mail provider, registrar, domain age, and returning a 0-100 score.
Instructions
Check a domain's DNS and e-mail security posture: SPF, DMARC, DKIM selector presence, mail/DNS provider, registrar and domain age, with an overall 0-100 score.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain | No | A single domain to check, e.g. apify.com. | |
| domains | No | Multiple domains to check in one call (one result row per domain). Overrides `domain` when non-empty. | |
| checkDkim | No | Probe common DKIM selectors. Costs extra DNS queries per domain but is needed for a full score. |