Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 786 Bytes

File metadata and controls

19 lines (11 loc) · 786 Bytes

theEmailApp

This is my first ever project on GitHub as I'm learning the functionalities. I have created this Minor project in which I have worked with some basics of OOPs concepts.

Project 1 : Email Application Scenario: You are an IT Support Administrator Specialist and are charged with the task of creating email accounts for new hires.

Your application should do the following:

1-Generate an email with the following syntax: "firstname.lastname@department.company.com".

2-Determine the department (sales, development, accounting), if none leave blank.

3-Generate a random String for a password.

4-Have set methods to change the password, set the mailbox capacity, and define an alternate email address.

5-Have get methods to display the name, email, and mailbox capacity.