Labsco
resend logo

email-best-practices

143

by resend · part of resend/resend-skills

Use when building email features, emails going to spam, high bounce rates, setting up SPF/DKIM/DMARC authentication, implementing email capture, ensuring…

🔥🔥🔥🔥✓ VerifiedFreeQuick setup
🧩 One of 7 skills in the resend/resend-skills package — works on its own, and pairs well with its siblings.

Use when building email features, emails going to spam, high bounce rates, setting up SPF/DKIM/DMARC authentication, implementing email capture, ensuring…

Inspect the full instructions your agent will receiveExpand

This is the exact playbook injected into your agent when the skill activates — shown here so you can audit it before installing. You don't need to read it to use the skill.

by resend

Use when building email features, emails going to spam, high bounce rates, setting up SPF/DKIM/DMARC authentication, implementing email capture, ensuring… npx skills add https://github.com/resend/resend-skills --skill email-best-practices Download ZIPGitHub143

Email Best Practices

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

Architecture Overview

Copy & paste — that's it
[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 Make emails accessible (screen readers, alt text, contrast) Accessibility

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).

Accessibility? Most emails fail basic accessibility checks. See Accessibility for lang/dir, presentational tables, headings, alt text, <title>, and contrast.