Skip to content

vismodo/Send-Emails-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Email-sending-App-with-Python

This is a tutorial to make your own app that sends emails.

Click Here For the Tutorial on Making This

Getting started

  1. Click here to clone this repository.

  2. Open 'Final Code.py' in IDLE.

openwith.png

  1. Click on Run -> Run Module and wait for a tkinter window to pop up with the title 'Login'.

runmod.png

  1. In the this window, fill in your email address and password in the blank entries provided. (entry is a single-line text box)

login.png

  1. Select your SMTP Server from the dropdown menu. It is usually the word that is followed by the '@' in your email address.

  2. Once you are sure that all the details are correct, click on 'Login'. You will be connected to your server when you send your email, not yet.

  3. Now, you should see a new window with the title 'Send Mail'. The first entry is for you to fill in your recipients' email addresses. separate the email addresses with a whitespace.

email.png

  1. The second entry is for you to type the subject of your email.

  2. The huge text box below the subject entry is for your message. If you finish the screen, you can still scroll in this text box. A signature as 'Sent with Python smtplib and ssl modules' is sent in the end, always.

  3. Once you are sure you want to send your email, click on 'Send Email'. In a few seconds, you email would have reached the reciepants. If you are using Google or Yahoo account that does not allow unidentified apps to send emails, please disable that.