Skip to content

This is a resend email sending web application built with NextJS, Password protected.πŸ“§

License

Notifications You must be signed in to change notification settings

Dev-Huang1/Mail

Repository files navigation

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/

About

This is a resend email sending web application built with NextJS, Password protected.πŸ“§

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published