resend / resend-vercel-edge-functions-example

This example shows how to use Resend with Vercel Edge Functions

Home Page:https://resend.com/docs/send-with-vercel-edge-functions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Resend with Vercel Edge Functions

This example shows how to use Resend with Vercel Edge Functions.

Prerequisites

To get the most out of this guide, you’ll need to:

Instructions

  1. Install dependencies:
npm install
# or
yarn
  1. Run Next.js locally:
npm run dev
  1. Open URL in the browser:
http://localhost:3000/api/send

License

MIT License

About

This example shows how to use Resend with Vercel Edge Functions

https://resend.com/docs/send-with-vercel-edge-functions

License:MIT License


Languages

Language:TypeScript 100.0%