An Email Administration App built using concepts of Object Oriented Programming in Java.
Application does the following things:
- Generate an email with the following syntax : firstname.lastname@department.company.com
- Determine the department (sales, development, accounting)
- Generate a random string for a password
- Have set methods to change the password, set the mailbox capacity, and define an alternate email address
- Have get methods to display the name, email, and mailbox capacity