Developed by Brendan Cook for coursework at The University of Toledo
This thin-client application allows users to send emails and store email contents within the application. It also provides options to show, delete, or print the email contents sent through the application.
To run the application properly:
- Open the
.sln
file within Visual Studio. - Click the run button.
You will first be greeted with a login page prompting for a username and a password:
- Username:
username
- Password:
password
(very secure, I know)
After logging into the application, you will have the option to send an email. Follow these steps:
- Type in the recipient, subject, and body portions within the text fields.
- Press the send button to open the email client.
- When the send button is pressed, the application will ask you to choose an email client to use for sending the email.
- The recipient, subject, and body info given within the application will copy over to the email client when selected.
- After sending the email within the client, refer back to the table in the application for additional capabilities and information.
From the table in the application, you will have the option to:
- Show: Display all of the sent email information.
- Delete: Remove the email information from the application.
- Print: Print out the email information.