Ecosyste.ms: Awesome
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: about 8 hours 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 (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-14T23:11:35.000Z (12 months ago)
- Last Synced: 2023-11-15T22:22:52.279Z (12 months 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: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
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.
![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
```