An open API service indexing awesome lists of open source software.

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

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