What problem does it solve? Building email features involves many failure points: messages landing in spam, missing SPF/DKIM/DMARC authentication, legal violations under CAN-SPAM/GDPR/CASL, duplicate sends from retries, and inaccessible templates that screen readers cannot parse. This Skill provides structured guidance across the entire email lifecycle. ## Core Features & Use Cases - Deliverability & Authentication: Set up SPF, DKIM, and DMARC records, warm up sending IPs, and troubleshoot spam placement with diagnostic tools. - Compliance & Consent: Implement double opt-in capture flows, consent records, List-Unsubscribe headers, and region-specific legal requirements (CAN-SPAM, GDPR, CASL). - Sending Reliability: Apply idempotency keys, exponential backoff retries, webhook signature verification, and suppression list management for bounces and complaints. - Use Case: You are launching a SaaS app and need password resets, order receipts, and a newsletter. Use the transactional email catalog to plan required emails, configure DNS authentication before sending, then add webhook handlers to suppress bounced addresses automatically. ## Quick Start Ask the agent to help you set up SPF, DKIM, and DMARC authentication for your domain and plan the transactional emails your app needs.