Sendwave, a quick email streamlining & scheduling tool
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.
- Email streamlining through bulk emails
- Scheduled emails using cron jobs for registered users
- Optional parameterized email templates (suitable mass applications)
- Design and Implement UI for Dashboard
- Link APIs with Frontend UI
- Optimize for different email providers (both stmp and others)
$ pnpm install
# development
$ pnpm run start
# watch mode
$ pnpm run start:dev
# production mode
$ pnpm run start:prod