About this project
A mail system simulation built in Java that handles composing, formatting, and displaying email-like messages through a console interface.
The application demonstrates string formatting, message composition workflows, and the fundamentals of how messaging systems structure data — sender, recipient, subject, and body.
This project provided foundational knowledge that was later applied to the Restaurant Ordering System's email confirmation feature using the JavaMail API.
Key Features
- Email composition interface
- Message formatting
- Sender and recipient handling
- Subject and body management
- String manipulation