https://github.com/kanakkholwal/mail-system
An extendable serverless mailing system with Nextjs and React mail
https://github.com/kanakkholwal/mail-system
mail mailing-system nextjs nodemailer open-source react react-mail template typescript vercel
Last synced: 3 months ago
JSON representation
An extendable serverless mailing system with Nextjs and React mail
- Host: GitHub
- URL: https://github.com/kanakkholwal/mail-system
- Owner: kanakkholwal
- Created: 2025-01-25T10:55:54.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-02-08T16:54:43.000Z (4 months ago)
- Last Synced: 2025-02-08T17:29:56.530Z (4 months ago)
- Topics: mail, mailing-system, nextjs, nodemailer, open-source, react, react-mail, template, typescript, vercel
- Language: TypeScript
- Homepage:
- Size: 150 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Instructions
1. Define environment variables in `.env` file.
```sh
cp .env.example .env
```2. Install dependencies:
```sh
npm install
# or
yarn
```3. Run Next.js locally:
```sh
npm run dev
```4. Make a curl request
```sh
curl -X POST http://localhost:3000/api/send
```## License
MIT License