Skip to content

Email Best Practices

Verified

Use when building email features, emails going to spam, high bounce rates, setting up SPF/DKIM/DMARC authentication, implementing email capture, ensuring compliance (CAN-SPAM, GDPR, CASL), handling webhooks, retry logic, or deciding transactional vs marketing.

1,543 downloads
$ Add to .claude/skills/

About This Skill

# 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] ↓ ┌────────┬────────┬─────────────┐ ↓ ↓ ↓ ↓ Delivered Bounced Complained Opened/Clicked ↓ ↓ [Suppression List Updated] ↓ [List Hygiene Jobs] ```

Quick Reference

| Need to... | See | |------------|-----| | Set up SPF/DKIM/DMARC, fix spam issues | Deliverability | | Build password reset, OTP, confirmations | Transactional Emails | | Plan which emails your app needs | Transactional Email Catalog | | Build newsletter signup, validate emails | Email Capture | | Send newsletters, promotions | Marketing Emails | | Ensure CAN-SPAM/GDPR/CASL compliance | Compliance | | Decide transactional vs marketing | Email Types | | Handle retries, idempotency, errors | Sending Reliability | | Process delivery events, set up webhooks | Webhooks & Events | | Manage bounces, complaints, suppression | List Management |

Start Here

New app? Start with the Catalog to plan which emails your app needs (password reset, verification, etc.), then set up Deliverability (DNS authentication) before sending your first email.

Spam issues? Check Deliverability first—authentication problems are the most common cause. Gmail/Yahoo reject unauthenticated emails.

Marketing emails? Follow this path: Email Capture (collect consent) → Compliance (legal requirements) → Marketing Emails (best practices).

Production-ready sending? Add reliability: Sending Reliability (retry + idempotency) → Webhooks & Events (track delivery) → List Management (handle bounces).

Use Cases

  • Review email marketing campaigns against deliverability best practices
  • Optimize email subject lines, preview text, and send times for higher engagement
  • Configure SPF, DKIM, and DMARC records to improve email deliverability
  • Audit email templates for spam trigger words and formatting issues
  • Design email sequences with proper frequency and segmentation strategies

Pros & Cons

Pros

  • +Covers both technical deliverability and content optimization in one skill
  • +SPF/DKIM/DMARC guidance prevents emails from landing in spam folders
  • +Best practices are applicable across all email marketing platforms

Cons

  • -Email best practices evolve as spam filters and user behavior change
  • -Only available on claude-code and openclaw platforms
  • -Generic recommendations may need adaptation for specific industry verticals

FAQ

What does Email Best Practices do?
Use when building email features, emails going to spam, high bounce rates, setting up SPF/DKIM/DMARC authentication, implementing email capture, ensuring compliance (CAN-SPAM, GDPR, CASL), handling webhooks, retry logic, or deciding transactional vs marketing.
What platforms support Email Best Practices?
Email Best Practices is available on Claude Code, OpenClaw.
What are the use cases for Email Best Practices?
Review email marketing campaigns against deliverability best practices. Optimize email subject lines, preview text, and send times for higher engagement. Configure SPF, DKIM, and DMARC records to improve email deliverability.

100+ free AI tools

Writing, PDF, image, and developer tools — all in your browser.

Next Step

Use the skill detail page to evaluate fit and install steps. For a direct browser workflow, move into a focused tool route instead of staying in broader support surfaces.