ACM-VIT / maildart-backend

A mass mailer operating through a given set of emails in JSON
MIT License
3 stars 5 forks source link
hacktoberfest hacktoberfest2021 hacktoberfest2022

Contributors Forks Stargazers Issues MIT License


Logo

Maildart

A mass mailer operating through a given set of emails in CSV/JSON
Explore the docs »

Table of Contents
  1. About The Project
  2. Roadmap
  3. Usage
  4. Contributing
  5. License

About The Project

Ever wanted to send mass e-mails to particular users, say no more. Maildart, the one-shot tech that will solve your problems.

This is a platform which is used to send mass emails using multiple platforms like listmonk, mailgun, nodemailer and sendgrid. It can also show you the live preview of the email and in the end it will show you which emails were sent and which failed in a minimalistic console.

Built With


Roadmap

See the notion guide for a list of proposed features.


Usage

To setup project locally, fork the repository.

# install dependencies
npm install

# run the server
nodemon app.js

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

git clone https://github.com/ACM-VIT/maildart-backend.git
cd maildart-backend
git checkout -b [YOUR-BRANCH-NAME]
git add .
git commit -m "your msg"
git push origin [YOUR-BRANCH-NAME]

License

Distributed under the MIT License. See LICENSE for more information.