What problem does it solve? Building email features involves navigating deliverability rules, spam filtering, legal compliance (CAN-SPAM, GDPR, CASL), and reliability concerns that are easy to get wrong, leading to emails landing in spam or legal exposure. ## Core Features & Use Cases - Deliverability Setup: Configure SPF, DKIM, and DMARC authentication, warm up sender IPs, and troubleshoot spam placement. - Compliance & Consent: Implement double opt-in, consent records, unsubscribe flows, and retention policies meeting CAN-SPAM, GDPR, and CASL requirements. - Reliable Sending Infrastructure: Apply idempotency keys, exponential backoff retries, webhook signature verification, and suppression list management for bounces and complaints. - Use Case: When adding a password reset flow to a SaaS app, use the transactional email catalog to plan required emails, set up DNS authentication, and implement idempotent sending with webhook-based bounce handling. ## Quick Start Use the email-best-practices skill to plan and implement the transactional emails for my new SaaS app, including authentication setup and bounce handling.