email

Send transactional emails with Resend SDK and React Email templates.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/bulbulogludemir/claude-code-plugins --skill email-bulbulogludemir
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: email
Source: https://github.com/bulbulogludemir/claude-code-plugins/tree/main/plugins/claude-backend/skills/email
Command: npx skills add https://github.com/bulbulogludemir/claude-code-plugins --skill email-bulbulogludemir

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Provide reliable transactional email delivery and templating using the Resend SDK and React Email templates.

Core Features & Use Cases

  • Resend SDK setup and React Email templates for consistent, branded emails
  • Email service layer with send, batch sending, verification, and unsubscribe handling
  • Queue-based delivery with a retryable worker to ensure reliable delivery at scale

Quick Start

Install the email plugin and send a test welcome email to verify the setup.

Frequently Asked Questions about email

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

FAQPage Schema
How do I send transactional emails with React Email templates using Resend?

To send transactional emails with React Email templates, this Skill uses the Resend SDK to render branded templates and coordinate delivery. It provides an email service layer that handles sending, batch operations, and unsubscribe flows for user communications.

What is the best way to queue transactional emails for reliable delivery at scale?

Queueing transactional emails for reliable delivery is handled by a queue-based worker with built-in retry logic. This ensures emails are processed at scale and retried automatically if initial delivery attempts fail.

Can I use this email service for password resets and user onboarding flows?

Yes, this email service supports user onboarding, password resets, and notifications. It coordinates template rendering and verification flows to manage these transactional communications effectively.

Does this transactional email setup handle unsubscribe requests and batch sending?

This transactional email setup explicitly handles unsubscribe requests and batch sending. The service layer manages batch operations and unsubscribe handling to maintain compliance and efficiency.

How do I set up verification flows for transactional email delivery?

Setting up verification flows for transactional email delivery involves using the provided email service layer. The Skill coordinates template rendering with verification logic to ensure secure user communications.