email

Automate transactional email sending from Vercel deployments with Resend and React Email templates.

246|42|Updated Mar 4, 2026
One-click install
npx skills add https://github.com/vercel/vercel-plugin --skill email-vercel
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: email
Source: https://github.com/vercel/vercel-plugin/tree/main/skills/email
Command: npx skills add https://github.com/vercel/vercel-plugin --skill email-vercel

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This integration guides developers to send transactional emails from Vercel apps using Resend and React Email templates, simplifying setup and reliability.

Core Features & Use Cases

  • Resend marketplace integration with auto-provisioned API keys and unified billing for email sending.
  • React Email templates for composing responsive, component-based emails.
  • Domain verification workflow and templates deployment for production-ready sending.
  • Examples for single-send routes, batch campaigns, previews, and serverless routes in Next.js apps.

Quick Start

Install Resend from the marketplace, configure your API key, and implement a basic send route using a React Email 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 from a Next.js app deployed on Vercel?

To send transactional emails from Next.js on Vercel, use Resend with React Email templates. This integration handles API routing, secure environment variable configuration, and serverless email delivery for your application.

What's the best way to build responsive email templates for transactional messaging?

Build responsive email templates using React Email components. This approach lets you compose transactional messaging with familiar React syntax before rendering and sending the output through the Resend API.

Do I need domain verification to send transactional emails with Resend?

Yes, domain verification is required for production-ready transactional email sending with Resend. The workflow includes configuring your domain and deploying templates to ensure reliable delivery from your Vercel app.

Can I use Resend for batch email campaigns in a serverless Next.js route?

Yes, you can execute batch email campaigns in serverless Next.js routes using Resend. The integration provides examples for both single-send routes and batch campaigns within your Vercel deployment environment.

How does Resend marketplace integration handle API keys and billing?

Resend marketplace integration auto-provisions API keys and provides unified billing directly within Vercel. You configure the auto-provisioned API key via environment variables for secure serverless email sending.