It is a console-based Java Application which helps in generating an email id and password for employees working in an organization.
The Application does the following:
- The user is prompted to enter the department (sales, development, accounting)
- Generates an email with the following syntax: firstname.lastname@department.company.com
- Generates a random String for a password
- Have set methods to change the password, set the mailbox capacity, and define an alternate email address
- Displays the name, email, and mailbox capacity to the user at the end