[!IMPORTANT] This repository has been consolidated into the new resend-examples monorepo, which contains updated examples for all languages and frameworks.
This example shows how to use Resend with SvelteKit.
To get the most out of this guide, you’ll need to:
.envcp .env.example .env
RESEND_API_KEY in .env with your API key.You can create an API key in the Resend dashboard.
npm install
npm dev
curl -X POST http://localhost:5173/send
MIT License