This example shows how to use Resend with SvelteKit.
To get the most out of this guide, you’ll need to:
.env
cp .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