email

Integrate Resend and React Email into Vercel applications for transactional email delivery.

2|Updated Mar 29, 2026
One-click install
npx skills add https://github.com/NagyVikt/codex-plugins --skill email-nagyvikt
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: email
Source: https://github.com/NagyVikt/codex-plugins/tree/main/plugins/vercel/skills/email
Command: npx skills add https://github.com/NagyVikt/codex-plugins --skill email-nagyvikt

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires resend, react-email, @react-email/components.

What problem does it solve?

This skill solves the complexity of integrating reliable, scalable email delivery into Vercel-deployed applications by providing a unified workflow for Resend and React Email.

Core Features & Use Cases

  • Native Integration: Simplifies the setup of Resend via Vercel Marketplace for auto-provisioned API keys and billing.
  • Template Management: Enables the creation, previewing, and deployment of responsive email templates using React components.
  • Advanced Delivery: Supports batch sending, idempotency keys for reliable retries, and webhook management for tracking delivery events like bounces and complaints.

Quick Start

Use the email skill to initialize a new Resend client and send a welcome email using a React template.

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 using React components in a Vercel application?

React Email templates are rendered as responsive email components using JSX, which Resend then dispatches as transactional messages. This approach replaces traditional HTML string templates with maintainable, component-based UI development for standardized email design.

How do I handle email bounces and delivery tracking with Resend webhooks?

Handling email bounces and delivery tracking with Resend webhooks involves setting up webhook endpoints to capture lifecycle events. This skill facilitates the configuration of webhook event handling to monitor delivery statuses, bounces, and complaints for reliable message dispatching.

Can I use Resend with Vercel Marketplace for automated API key provisioning?

Yes, you can achieve reliable batch sending by using idempotency keys provided by Resend. This skill supports batch sending and idempotency keys to ensure safe retries and prevent duplicate transactional email deliveries during network interruptions.

What is the best way to manage transactional email templates without writing raw HTML?

The best way to manage transactional email templates without writing raw HTML is using React Email components. This skill enables the creation, previewing, and deployment of responsive templates via JSX, providing a modern workflow for template management and rendering.