The Mail Sending Application is a simple Python GUI program that allows you to send emails using a graphical interface. The application uses the tkinter
library for the graphical user interface and the smtplib
library for sending emails through an SMTP server.
- Send emails with specified sender and recipient addresses.
- Set the subject and body text for the email.
- Securely sends emails using TLS encryption.
- Easily customizable and expandable.
- Clone or download the repository to your local machine.
- Make sure you have Python installed (Python 3.x is recommended).
- Install the required libraries using the following command:
-
Run the
mailing_app.py
script using Python. -
The application GUI will appear.
-
Fill in the sender's email, sender's password, recipient's email, subject, and email body.
-
Click the "Send Email" button to send the email.
Note: If you're using Gmail as the sender's email, you might need to generate an application-specific password. Refer to the Gmail settings to learn more.
- This application demonstrates a basic email sending process and is intended for educational purposes.
- Storing passwords in the script is not recommended for production use. Consider using more secure methods for handling credentials.
- Always be cautious when sharing scripts that involve email authentication.
Here are some screenshots of the Mail Sending Application in action:
This project is licensed under the MIT License - see the LICENSE file for details.