This is a resend email sending web application built with NextJS, Password protected.
- NextJS
- TypeScript
- Resend
- shadcn/ui
Get the Resend API KEY
Note
How to get Resend API KEY? Learn the doc
Then fill in the .env file:
RESEND_API_KEY=YOUR_RESEND_API_KEY
And fill in your access password and domain(Without https:///):
ACCESS_PASSWORD=123456
DOMAIN=example.com
Note
You can also go to app/layout.tsx to change the title and description
Then run
npm run dev
Finally, open your browser and visit https://localhost:3000/