The objective of the project is to send e-mails using python. To build the project, it was necessary to work with the SMTP protocol for sending emails, the SSL protocol for security and the Tkinter library as a graphical interface.
It is recommended that the sender's email address is a Gmail. If the email address is Hotmail or Yahoo Mail, you need to make a few simple changes to the code.
You need to have it installed on your computer: Git and Python. And also a code editor like Visual Studio Code
# clone the project and open it with your code editor
git clone https://github.com/HenriqueEstanislau/EmailSender.git
# if you just want to run the project go to the folder and type
python3 EmailSender.py
First log into your account, later go to "Manage your Google Account" and "Security". So, go to "Less secure app access" and turn on access ON.
You now need to access: https://accounts.google.com/DisplayUnlockCaptcha
And click the Continue button
Tools used in the construction of the project:
- Python 3
- Tkinter
- SMTP
- SSL