Email Infrastructure Check
deliveriq_infrastructure_checkAnalyze a domain's email authentication and security setup including SPF, DKIM, DMARC, MTA-STS, BIMI, TLS-RPT, and MX records to identify configuration issues and improve deliverability.
Instructions
Analyze a domain's email infrastructure: SPF, DKIM, DMARC, MTA-STS, BIMI, TLS-RPT records and MX configuration.
Args:
domain (string): Domain to analyze (e.g. "example.com")
Returns: Infrastructure score (0-100) and detailed analysis of each protocol.
Examples:
"Check example.com email setup" -> { domain: "example.com" }
Credit cost: 1 credit
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain | Yes | Domain to analyze for SPF, DKIM, DMARC, MTA-STS, BIMI, and TLS-RPT (e.g. "example.com") |