email-best-practices

द्वारा resend

ईमेल सुविधाएँ बनाते समय, स्पैम में जाने वाले ईमेल, उच्च बाउंस दर, SPF/DKIM/DMARC प्रमाणीकरण सेट करना, ईमेल कैप्चर लागू करना, सुनिश्चित करना…

npx skills add https://github.com/resend/resend-skills --skill 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 issuesDeliverability
Build password reset, OTP, confirmationsTransactional Emails
Plan which emails your app needsTransactional Email Catalog
Build newsletter signup, validate emailsEmail Capture
Send newsletters, promotionsMarketing Emails
Ensure CAN-SPAM/GDPR/CASL complianceCompliance
Decide transactional vs marketingEmail Types
Handle retries, idempotency, errorsSending Reliability
Process delivery events, set up webhooksWebhooks & Events
Manage bounces, complaints, suppressionList 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.

resend की और Skills

design-audit
resend
Resend डैशबोर्ड का डिज़ाइन सिस्टम संरेखण के लिए ऑडिट करें। जब उपयोगकर्ता "audit design", "design alignment", "dashboard design audit" कहता है या इसके बारे में पूछता है तो यहाँ रूट होता है…
official
marketing-pages
resend
Resend कोडबेस में मार्केटिंग/सार्वजनिक पेज बनाते, अपडेट करते, संपादित करते या हटाते समय उपयोग करें। पेज संरचना, घटक पुन: उपयोग नियम, और…
official
send-email
resend
Resend API के माध्यम से लेन-देन और बल्क ईमेल डिलीवरी, एकल या बैच एंडपॉइंट के साथ। अटैचमेंट या शेड्यूलिंग वाले व्यक्तिगत ईमेल के लिए एकल एंडपॉइंट चुनें; API कॉल कम करने के लिए एक अनुरोध में 2–100 अलग-अलग ईमेल भेजने के लिए बैच एंडपॉइंट का उपयोग करें। पुनः प्रयासों पर डुप्लिकेट भेजने से रोकने के लिए आइडेम्पोटेंसी कुंजियाँ (<event-type>/<entity-id> प्रारूप) लागू करें, जिनकी समाप्त
official
templates
resend
API के माध्यम से Resend ईमेल टेम्पलेट बनाने, अपडेट करने, प्रकाशित करने, हटाने या सूचीबद्ध करने, या टेम्पलेट वेरिएबल परिभाषित करने, ड्राफ्ट बनाम समझने के समय उपयोग करें...
official
design-audit
resend
Resend डैशबोर्ड की डिज़ाइन सिस्टम संरेखण के लिए ऑडिट करें। जब कोई उपयोगकर्ता "audit design", "design alignment", "dashboard design audit" कहता है, के बारे में पूछता है…
official
marketing-pages
resend
जब Resend कोडबेस में मार्केटिंग/सार्वजनिक पेज बनाने, अपडेट करने, संपादित करने या हटाने की आवश्यकता हो तो उपयोग करें। इसमें पेज संरचना, घटक पुन: उपयोग नियम, और… शामिल हैं।
official
resend-design-skills
resend
जब Resend डिज़ाइन संसाधनों की आवश्यकता हो तब उपयोग करें। ब्रांड दिशानिर्देशों, दृश्य पहचान, UI घटकों, डिज़ाइन टोकन और मार्केटिंग पेज पैटर्न तक मार्गदर्शन करता है।
official
resend-design-system
resend
Resend कोडबेस में UI बनाते या संशोधित करते समय उपयोग करें। सभी src/ui/… के लिए कंपोनेंट API, वेरिएंट विकल्प, डिज़ाइन टोकन, संरचना पैटर्न प्रदान करता है।
official