返回顶部
e

email-best-practices

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.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
3,795
下载量
10
收藏
概述
安装方式
版本历史

email-best-practices

# 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](./resources/deliverability.md) | | Build password reset, OTP, confirmations | [Transactional Emails](./resources/transactional-emails.md) | | Plan which emails your app needs | [Transactional Email Catalog](./resources/transactional-email-catalog.md) | | Build newsletter signup, validate emails | [Email Capture](./resources/email-capture.md) | | Send newsletters, promotions | [Marketing Emails](./resources/marketing-emails.md) | | Ensure CAN-SPAM/GDPR/CASL compliance | [Compliance](./resources/compliance.md) | | Decide transactional vs marketing | [Email Types](./resources/email-types.md) | | Handle retries, idempotency, errors | [Sending Reliability](./resources/sending-reliability.md) | | Process delivery events, set up webhooks | [Webhooks & Events](./resources/webhooks-events.md) | | Manage bounces, complaints, suppression | [List Management](./resources/list-management.md) | ## Start Here **New app?** Start with the [Catalog](./resources/transactional-email-catalog.md) to plan which emails your app needs (password reset, verification, etc.), then set up [Deliverability](./resources/deliverability.md) (DNS authentication) before sending your first email. **Spam issues?** Check [Deliverability](./resources/deliverability.md) first—authentication problems are the most common cause. Gmail/Yahoo reject unauthenticated emails. **Marketing emails?** Follow this path: [Email Capture](./resources/email-capture.md) (collect consent) → [Compliance](./resources/compliance.md) (legal requirements) → [Marketing Emails](./resources/marketing-emails.md) (best practices). **Production-ready sending?** Add reliability: [Sending Reliability](./resources/sending-reliability.md) (retry + idempotency) → [Webhooks & Events](./resources/webhooks-events.md) (track delivery) → [List Management](./resources/list-management.md) (handle bounces).

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 email-best-practices-1776381214 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 email-best-practices-1776381214 技能

通过命令行安装

skillhub install email-best-practices-1776381214

下载 Zip 包

⬇ 下载 email-best-practices v1.0.0

文件大小: 23.57 KB | 发布时间: 2026-4-17 14:23

v1.0.0 最新 2026-4-17 14:23
Initial release with comprehensive email best practices:

- Provides modular guides covering deliverability, compliance, marketing, transactional emails, webhooks, and list management.
- Includes quick-reference links for common scenarios such as authentication (SPF/DKIM/DMARC), spam troubleshooting, and legal compliance.
- Architecture diagram outlines recommended email workflow from capture through delivery and suppression.
- Shifted focus from CLI/API usage to actionable guidance and implementation resources.
- Added 11+ resource documents with in-depth instructions for building reliable and compliant email features.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部