Skip to content

Latest commit

 

History

History
47 lines (33 loc) · 1.15 KB

README.md

File metadata and controls

47 lines (33 loc) · 1.15 KB

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

Features

  • Email streamlining through bulk emails
  • Scheduled emails using cron jobs for registered users
  • 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

$ pnpm install

Running the app

# development
$ pnpm run start

# watch mode
$ pnpm run start:dev

# production mode
$ pnpm run start:prod