Java Email AdministratorCore Java
This application automates the process of creating email accounts for new hires in an organization.
It generates email addresses based on the provided information, allows setting mailbox capacity, and generates temporary passwords for new accounts.
This code was refactored from a previously written app to showcase OOP design principles like implementing encapsulation with private variables and public methods for setting and getting information.