Email Delivery Infrastructure
Component Detail
Infrastructure
low complexity
backend
0
Dependencies
1
Dependents
0
Entities
0
Integrations
Description
DNS and sending-domain configuration required for transactional email deliverability. Covers SPF record setup, DKIM key pair generation and DNS publication, and DMARC policy configuration for the sending domain. This is a prerequisite for the Confirmation Email Service to reach prospect inboxes rather than spam folders.
email-delivery-infrastructure
Responsibilities
- Configure SPF TXT record on the sending domain to authorize the email provider
- Publish DKIM public key in DNS and configure private key in the email provider
- Set DMARC policy to enforce alignment and receive delivery failure reports
Interfaces
verifySPF(domain: string): boolean
verifyDKIM(domain: string, selector: string): boolean