This Project is built using express.js server to create a mail scheduling system.
Available at :
- Login with registering your email or signup using Google auth
- Set up the email you want your scheduled messages to be sent from.
- Send emails to multiple recipents with CC
- Automate your emails with scheduling them on Daily / Weekly / Monthly / Yearly basis.
- You can setup Recurring mails for every 20 / 30 seconds / minutes.
- Track all active mails and past mails in History.
- Services limited to Gmail only
- Hosting on server with insecure connection raises csp issue
- Change your Browser Settings or Build app locally.
- Clone this repository
- install Node and npm
- run command "npm install"
- Create a MangoDB Cluster
- set up mangodb cluster for your local ip
- Save credentials in your env file accordingly
DB_URI=
DB_NS=
PORT=5000
- run command "npm start" to start server
- run command "npm run dev" before editing any react file
- Done !!
Required features and those that I am working on are mentioned in Issues section feel free to checkout and contribute in any way you'd like.
Happy Contributing :)