Today We Did:
- We continued with the AYCLOGIC Email project and were able to finish multiple parts.
- We were able to finish the login menu and also explained how we could transfer the account from one method to another so that it could be used there.
For Homework:
- This week’s homework is going to be creating the EmailMessage.java class which is going to be used to save and show it to whoever the email is sent to.
- The attributes should be as listed below:
- Also, make sure to create all the getters and setters for the attributes along with the constructor.
private String senderEmail;
private String recipientEmail;
private String subject;
private String content;