Skip to content

zenorocha/infisical-emails

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

4 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Infisical + Resend + Next.js

This example shows how to use Resend with Next.js.

Instructions

  1. Define environment variables in .env file.

  2. Install dependencies:

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