Skip to content

This repo consist of automatic email sende web app which can send 500 mails daily just by uploading a csv file . As a good UI to easily send mails.

Notifications You must be signed in to change notification settings

aryanyk/Automatic-Email-Sender

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

3 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Automatic Email Sender Web App πŸ“¨

Overview

The Automatic Email Sender is a web application designed to send up to 500 emails daily without triggering spam filters πŸ“Š. It aims to support small businesses by providing them with a free tool to connect with their customers 🀝. The web app features a user-friendly interface and easy setup process πŸ’».

Contribution

Developers are welcome to contribute to the project repository πŸ’»πŸ’‘. The web app is open source and available for commercial use πŸ’°. Your contributions can help improve the functionality and reach of the Automatic Email Sender πŸš€.

Installation Guide

To install the web app on your local machine, follow these steps: First install python latest version form python.org

  1. Download the code as a zip file from the repository πŸ“₯.
  2. Extract the contents of the zip file πŸ“‚.
  3. Open a terminal window πŸ’».
  4. Set up a local virtual environment for the project 🐍.
    pip install virtualenv
    
  5. Now go the destination folder where you extracted it. and run this command
    py -m venv env
    
    env/Scripts/activate.ps1
    
  6. Install the necessary dependencies using the package manager πŸ“¦.
    pip install -r requirements.txt
    
  7. Run the file to start the web app πŸ“₯.
    py app.py
    

By following these steps, you can have the Automatic Email Sender up and running on your local PC πŸ’».

Feel free to explore the code, contribute to the project, and leverage this tool to enhance your business communication capabilities πŸš€.

NOTE: .CSV file should only contain emails of the people.

About

This repo consist of automatic email sende web app which can send 500 mails daily just by uploading a csv file . As a good UI to easily send mails.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published