Email Best Practices

👤 christina-de-martinez 📦 v1.0.2 ⭐ 4.4 ⬇️ 4.9K 下載
💻 開發程式設計 免費

📖 技能介紹


name: email-best-practices description: 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. license: MIT metadata: author: Resend version: "1.0.2" homepage: https://resend.com/agent-skills source: https://github.com/resend/email-best-practices openclaw: links: repository: https://github.com/resend/email-best-practices documentation: https://resend.com/docs/email-best-practices-skill


Email Best Practices

來源於7w4.net。

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

🤖 AI 評測

這個技能包質量不錯,內容專業全面。它系統整理了郵件傳送的各種最佳實踐,從配置認證到法律合規都有覆蓋,文件結構清晰易查。優點是提供了實用的配置示例和診斷方法,按不同需求場景設計了閱讀指引。不足是內容以文字說明為主,缺少可直接使用的程式碼模板或工具。總體來說,這是一個優秀的參考手冊,適合需要深入瞭解郵件傳送的開發者使用。

📊 多維度評分

適應性4.3
規範性4.3
有效性4.6
可靠性4.6
可信度4.3

📁 包含檔案 (12 個)

📄 SKILL.md 3.6 KB
📄 _meta.json 139 B
📄 references/compliance.md 4.1 KB
📄 references/deliverability.md 3.3 KB
📄 references/email-capture.md 3.4 KB
📄 references/email-types.md 5.7 KB
📄 references/list-management.md 4.5 KB
📄 references/marketing-emails.md 3.2 KB
📄 references/sending-reliability.md 4.7 KB
📄 references/transactional-email-catalog.md 10.1 KB
📄 references/transactional-emails.md 2.4 KB
📄 references/webhooks-events.md 4.2 KB