A Java-based email client application that allows users to send emails using a simple graphical user interface.
Send emails using a custom SMTP client User-friendly interface for inputting email details (host, port, sender, recipient, and email text) Real-time status updates during email sending process
Clone the repository and import the project into your preferred Java IDE.
Run the 'Main.java' class to launch the application.
Fill in the required email details and click the "Send" button to send an email.

The application uses a custom 'ClientSMTP.java' class to handle email sending using SMTP protocol. The 'Main.java' class creates a GUI using JavaFX and initializes the ClientSMTP instance with required UI components.
This project is licensed under the MIT License. See LICENSE for details.