Skip to content

A simple automation script that sends emails to any number of addresses

License

Notifications You must be signed in to change notification settings

leonkoech/Easymail

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Easymail

python:3.7 | 3.8

A simple automation script that sends emails to any number of addresses with the same message. Each email is sent to a specific recipient and the name belonging to the address can be specified

Setup

  • Message

    Specify your message in

    message.txt

  • Subject

    Specify your subject in

    main.py

  • Contact

    In the contacts.txt type the addresses

    firstName secondName(optional) email@address.com

    Note: You can put whatever number of names. But make sure the adress is at the end of the line

Requirements

  • Python 3.7 or 3.8
  • You'll need to enable allow less secure apps for the gmail account you want to send from

Demo

A demo with a tiny list of contacts

easymail

License

This project is under the mit license.

Contributions

Read the Contribution guide.

About

A simple automation script that sends emails to any number of addresses

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages