Skip to content

JoTsav/MAIL_SMTP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MAIL_SMTP

A Java-based email client application that allows users to send emails using a simple graphical user interface.

Features

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

Getting Started

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. Screenshot 2024-09-15 002223

Technical Details

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.

License

This project is licensed under the MIT License. See LICENSE for details.

About

A Java-based email client application that allows users to send emails using a simple graphical user interface.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors