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

https://github.com/daniel-brai/sendwave

Sendwave is a versatile email tool designed to simplify your communication needs by effortlessly sending bulk and scheduled emails to reach your contacts at the perfect time.
https://github.com/daniel-brai/sendwave

alpinejs cronjob-scheduler ejs-templates email-tool htmx nestjs nodemailer postgresql redis tailwindcss work-in-progress

Last synced: 5 months ago
JSON representation

Sendwave is a versatile email tool designed to simplify your communication needs by effortlessly sending bulk and scheduled emails to reach your contacts at the perfect time.

Awesome Lists containing this project

README

          



Sendwave Logo


Sendwave,
a quick email streamlining & scheduling tool

## Description

Sendwave is a versatile email tool designed to simplify your communication needs by effortlessly sending bulk and scheduled emails to reach your contacts at the perfect time.

![image](https://github.com/Daniel-Brai/Sendwave/assets/88239970/399af97e-010b-4d9b-a1f1-ee35456de1ef)

## Features

- [x] Email streamlining through bulk emails
- [x] Scheduled emails using cron jobs for registered users
- [x] Optional parameterized email templates (suitable mass applications)

## Todos
- [ ] Design and Implement UI for Dashboard
- [ ] Link APIs with Frontend UI
- [ ] Optimize for different email providers (both stmp and others)

## Installation

```bash
$ pnpm install
```

## Running the app

```bash
# development
$ pnpm run start

# watch mode
$ pnpm run start:dev

# production mode
$ pnpm run start:prod
```