Skip to content

HenriqueEstanislau/EmailSender

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 

Repository files navigation

EmailSender 📧

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.

Video 🎥

gifexemplo

How Install

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

Hot to set up email

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.

gifconfiguracao

You now need to access: https://accounts.google.com/DisplayUnlockCaptcha
And click the Continue button

Features 🛠️

Tools used in the construction of the project:

  • Python 3
  • Tkinter
  • SMTP
  • SSL

About

This project is software to send Email with Python

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages