email

Design, deliver and track transactional email and multi-channel notification systems.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/lunaticwithaduck/majstorbg --skill email-lunaticwithaduck
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: email
Source: https://github.com/lunaticwithaduck/majstorbg/tree/main/apps/web/.claude/skills/email
Command: npx skills add https://github.com/lunaticwithaduck/majstorbg --skill email-lunaticwithaduck

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Use when the user asks about "email", "Resend", "SendGrid", "transactional email", "React Email", "email template", "notification system", "drip campaign", "email deliverability", "SMTP", "webhook email", "in-app notification", "push notification", "email queue", or needs email sending, notification system, and email template knowledge.

Core Features & Use Cases

  • Transactional email guidance with provider selection (Resend, Postmark, SES) and deliverability best practices.
  • React Email templates, testing, preview, and local development workflows.
  • Multi-channel notification architecture (email, in-app, push) with sample schemas and APIs.
  • Drip campaigns, queue-based sending, and webhook handling for scalable workflows.

Quick Start

Install and configure a provider (e.g., Resend or SendGrid), build a basic react-email template, and send a test transactional email to verify end-to-end delivery.

Frequently Asked Questions about email

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I set up transactional email delivery with React Email templates?

To set up transactional email delivery, install a provider like Resend or SendGrid, build a basic React Email template, and send a test email to verify end-to-end delivery. This workflow enforces provider integration patterns and React Email rendering for reliable transactional messaging.

What is the best way to handle email webhooks and delivery status tracking?

The best way to handle email webhooks is implementing delivery status handling alongside queue-based sending. This approach captures webhook events from your provider to track transactional email delivery results and manage notification failures across varying volumes.

How does a multi-channel notification system architecture work?

A multi-channel notification system architecture combines email, in-app, and push notifications using sample schemas and APIs. It provides basic in-app notification scaffolding while enforcing provider integration patterns to route messages across different channels reliably.

Can I use Resend or SendGrid for scalable drip campaigns and email queues?

Yes, you can use providers like Resend or SendGrid for drip campaigns by implementing queue-based sending and webhook handling. This scalable workflow manages transactional email delivery across varying volumes while maintaining deliverability best practices.

When do I need queue-based sending for transactional emails?

You need queue-based sending for transactional emails when handling scalable workflows like drip campaigns across varying volumes. It ensures reliable delivery by processing messages sequentially, managing provider rate limits, and enabling proper delivery status handling.