Code Monkey home page Code Monkey logo

nagipragalathan / massmail Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 1.0 33 KB

MassMail is a web application built using Django that allows users to send mass emails to a list of recipients using CSV files. This project is intended as a practice project and serves as a basic version 1 implementation.

Home Page: https://mass-mail.vercel.app

Python 61.95% HTML 37.47% Shell 0.59%
dataanalysis datamanagement efficiency mail mailinglist pythonprogramming webdevelopment bulkemailing businesscommunication digitalcommunication

massmail's Introduction

MassMail

MassMail is a web application built using Django that allows users to send mass emails to a list of recipients using CSV files. This project is intended as a practice project and serves as a basic version 1 implementation.

Features

  • User-friendly Interface: MassMail provides a simple and intuitive user interface where users can upload a CSV file containing the recipient's email addresses and other relevant information.

  • CSV File Integration: The application supports importing recipient data from CSV files, allowing users to easily manage and update their mailing lists.

  • Email Composition: Users can compose personalized emails using a rich text editor, including the ability to add attachments and customize the email content.

  • Batch Sending: The application is designed to handle large email lists by sending emails in batches, ensuring efficient and reliable delivery.

  • Email Status Tracking: MassMail keeps track of the email delivery status, providing users with information on sent, delivered, and bounced emails.

Installation

  1. Clone the repository:

bashCopy code

git clone https://github.com/NagiPragalathan/MassMail.git

  1. Navigate to the project directory:

bashCopy code

cd MassMail

  1. Create and activate a virtual environment:

bashCopy code

python3 -m venv venv source venv/bin/activate

  1. Install the required dependencies:

bashCopy code

pip install -r requirements.txt

  1. Set up the database:

bashCopy code

python manage.py migrate

  1. Start the development server:

bashCopy code

python manage.py runserver

  1. Access the application in your web browser at http://localhost:8000.

Please note that this is a practice project and should not be used for sending mass emails without proper consent and compliance with applicable laws and regulations.

Contributing

Contributions to MassMail are welcome! If you would like to contribute to this project, please follow the contribution guidelines.

License

This project is licensed under the MIT License.

Contact

If you have any questions or suggestions, please feel free to reach out to us at [email protected].

Enjoy using MassMail to simplify your mass email sending process!

Hashtags: #massmail #django #webapplication #emailmarketing #csvintegration #emailcommunication

massmail's People

Contributors

nagipragalathan avatar

Watchers

 avatar

Forkers

petrjoe

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.