Skip to content

resend/astro-resend-tutorial

Repository files navigation

Resend with Astro.

This example shows how to use Resend with Astro Actions and Node.js.

Prerequisites

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

Instructions

  1. Define environment variables in .env file.
cp .env.example .env
  1. Install dependencies:
npm install
# or
yarn
  1. Add your name/domain in Resend calls
  • src/actions/index.ts
  • src/pages/api/send.ts
  1. Execute the following command:
npm run dev

License

MIT License

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published