Skip to content

turazashvili/Gmail-Auto-Sender

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contributors Forks Stargazers Issues MIT License LinkedIn Buy Me A Coffee


Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Contributing
  6. License
  7. Contact

About The Project

This is a simple Email Auto Sender based on Gmail.

  1. Set UP the script based on instructions below
  2. Run the script
  3. Enjoy AutoSending of your emails!

(back to top)

Built With

(back to top)

Getting Started

Installation

  1. Clone the repo

    git clone https://github.com/turazashvili/Gmail-Auto-Sender.git
  2. Install Python Choose latest release for your OS https://www.python.org/downloads/

  3. Install all libraries one by one

     pip install smtplib 
     pip install  csv
     pip install  time
     pip install os
  4. Change the emails.csv file with Full Name and Emails list to whom you want to send.
    image

  5. Create the APP password in your gmail account.

  6. Insert your email and password to lines 19 and 20

  7. Edit your SUBJECT and fulltext in file.py

  8. Run the script

     python mail.py

You will receive console.log when email is sent to each recipient.

(back to top)

Usage

image

(back to top)

Roadmap

  • Add support for images and other media.
  • Check for possible ways to avoid emails going to spam if overabused.

See the open issues for a full list of proposed features (and known issues).

(back to top)

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.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

License

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

(back to top)

Contact

Nikoloz Turazashvili - @axrisi - turazashvili@gmail.com

Project Link: https://github.com/turazashvili/Gmail-Auto-Sender/

(back to top)

Acknowledgments

(back to top)

About

Email Auto Sender based on Gmail. Works every time! :)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages