Skip to content
/ mail-system Public template

An extendable serverless mailing system with Nextjs and React mail

Notifications You must be signed in to change notification settings

kanakkholwal/mail-system

Repository files navigation

Instructions

  1. Define environment variables in .env file.
cp .env.example .env
  1. Install dependencies:
npm install
# or
yarn
  1. Run Next.js locally:
npm run dev
  1. Make a curl request
curl -X POST http://localhost:3000/api/send

License

MIT License