The idea of this project was born when I had to send a notification email for a local chess tournament
Requirements
- Python 3
- A gmail address (I recommend to create a new one and not use your personal address)
How to get it up and running Edit the keys.py file by adding your credentials in the definded variables
myGmail = "-----"
myPass = "-----"
Create two files, one called msg.txt and one called contacts.txt In msg.txt you can add the body of your email and in contacts.txt the email addresses of all the recipients one after the other in a new line
If you do not create these two files, the program will create them for you but they will be empty
Be aware the program does not check if the email addresses are valid it is up to you
$ python main.py
Option to add an imageDoneOption to send the email on specific date and timeAborted, it is better to make a cron job