email-best-practices

Installation
Summary

Comprehensive guidance for building deliverable, compliant, and user-friendly email systems.

  • Covers authentication setup (SPF/DKIM/DMARC), spam troubleshooting, and deliverability best practices to prevent emails from landing in spam
  • Includes templates and patterns for transactional emails (password resets, OTPs, confirmations) and marketing emails with proper consent workflows
  • Provides compliance frameworks for CAN-SPAM, GDPR, and CASL regulations, plus double opt-in and suppression list management
  • Addresses production reliability through idempotent sending, retry logic, webhook event handling, and bounce/complaint tracking
SKILL.md

Email Best Practices

Guidance for building deliverable, compliant, user-friendly emails.

Architecture Overview

[User] → [Email Form] → [Validation] → [Double Opt-In]
                                    [Consent Recorded]
[Suppression Check] ←──────────────[Ready to Send]
[Idempotent Send + Retry] ──────→ [Email API]
                              [Webhook Events]
              ┌────────┬────────┬─────────────┐
              ↓        ↓        ↓             ↓
Installs
5.5K
GitHub Stars
128
First Seen
Jan 23, 2026