email

Send transactional and marketing emails from Vercel apps via Resend and React Email.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill simplifies sending transactional and marketing emails from Vercel-deployed applications, integrating seamlessly with Resend and React Email for efficient template management and delivery.

Core Features & Use Cases

  • Transactional Emails: Send order confirmations, password resets, and welcome messages.
  • React Email Templates: Build and manage email templates using React components for dynamic content and styling.
  • Domain Verification: Ensure deliverability by verifying custom sending domains with Resend.
  • Use Case: Automatically send a personalized welcome email with a dynamic user name and a link to their dashboard whenever a new user signs up for your application.

Quick Start

Use the email skill to send a welcome email to '[email protected]' with the subject 'Welcome!' and HTML content.

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 Vercel application using Resend?

To send transactional emails from a Vercel application, this Skill integrates with the Resend API to handle delivery and uses React Email components for rendering dynamic HTML content.

Can I build dynamic email templates using React components for transactional messages?

You can build dynamic email templates using React Email components, allowing you to inject dynamic content like user names and dashboard links directly into your transactional HTML messages.

What's the best way to handle email delivery events and webhooks with Resend?

The best way to handle email delivery events is by configuring webhooks through the Resend integration, allowing your application to process delivery status updates and event notifications.

Do I need to verify a custom sending domain in Resend to ensure email deliverability?

You need to verify a custom sending domain within Resend to ensure high deliverability for your transactional and marketing emails sent from your Vercel applications.

Does the Vercel Marketplace support unified billing for Resend API key provisioning?

The Vercel Marketplace supports unified billing and direct API key provisioning for Resend, streamlining the setup process for sending transactional emails within your deployment.