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.
- Host: GitHub
- URL: https://github.com/daniel-brai/sendwave
- Owner: Daniel-Brai
- License: mit
- Created: 2023-09-01T23:16:23.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-06-07T11:50:47.000Z (about 2 years ago)
- Last Synced: 2024-12-21T17:51:52.087Z (over 1 year ago)
- Topics: alpinejs, cronjob-scheduler, ejs-templates, email-tool, htmx, nestjs, nodemailer, postgresql, redis, tailwindcss, work-in-progress
- Language: JavaScript
- Homepage:
- Size: 1.37 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
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.

## 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
```