« All Events
5 PM – Intro To Java – Gamas
February 26, 2022 @ 5:00 pm - 6:00 pm
Homework
- Continued with EmailApplication project.
- Add “2. Create Email Message” feature. After user create an email message, store this to the new Map<String, EmailMessage> which we created in the class earlier. When creating EmailMessage, you need the sender email. The sender email is the email of the person who login. Look at the example below
Please select from below
1. Create an Email Account
2. Login
3. List all Email Accounts
4. Exit
Enter your selection:2
Enter your email: gamas@ayclogic.com
Enter your password: abcd
Congrats
Gamas Chang, please select from below:
1. Check your inbox
2. Create new email message
3. Logout
Enter your selection:2
CREATE EMAIL from Gamas Chang
Send To: jessica@ayclogic.com
Subject: Test Subject 1
Content: Test Content 1
You have successfully sent email to jessica@ayclogic.com
Gamas Chang, please select from below:
1. Check your inbox
2. Create new email message
3. Logout
Enter your selection: