Email Sender

Project Link

This Python application provides a simple graphical user interface (GUI) for sending emails using the Tkinter library for the frontend and the smtplib library for handling email operations. The application allows users to input their email credentials, recipient's email address, email subject, and the email body. It also includes functionality for resetting the input fields and sending emails.

Back to Home