This email application generates a new email account for new employees.
What can this application do?
- Generates a new email based on the new employees first and last name, and department within the company.
- Generates a random String for the new employees password.
- Allows users to change passwords through the execution of methods.
- Displays the users display name, email and mailbox capacity.
How does the application work?
- First, the new user is created.
- The user is provided with four departments within the company to choose from (sales, development, accounting or none).
- Once the user enters the appropriate department, the users submits the coresponding numeric entity for the department.
- Once submitted, the user is provided a random password and their display name, email and mailbox capacity is displayed.