Skip to content

Latest commit

 

History

History
62 lines (40 loc) · 2.02 KB

README.md

File metadata and controls

62 lines (40 loc) · 2.02 KB

Mail

This is a resend email sending web application built with NextJS, Password protected.

Vercel Project Status license forks stars issues pull-requests

Icon

UI

Password

UI

Built with

  • NextJS
  • TypeScript
  • Resend
  • shadcn/ui

Deploy

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/