By K. Adarsh
A program to send a Google mail using Python with the help of a Graphical User Interface
Requirements
1.Python3
2.Tkinter
3.smtplib library
Description
A simple Python program to send mail to a different account with the help of 'smtplib' library in Python. A Graphical User Interface has also been programmed with the aid of 'Tkinter' in Python to provide more easiness. The GUI can take the user input like the sender's Gmail id, password, receiver's email id, and the message in a separate window, and the provided values are used to send the email properly.
Note:
Instructions shown in the Graphical User Interface should be strictly followed for the program code to run properly. Please make sure that all instructions are met strictly.
Submitted by K. Adarsh (adharshdas)
Download packets of source code on Coders Packet
Comments