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

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

小葱技能站7w4.net发现了升级插件。

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