Completed
06:45 STEP 3 - Create a new class EmailSender.java with main method to try the email sending code
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Selenium Send Email with Reports Attached
Automatically move to the next video in the Classroom when playback concludes
- 1 00:00 *TOPICS*
- 2 01:04 STEP 1 - Add java mail Dependency to pom.xml Update maven project mvn clean install
- 3 03:21 STEP 2 - Use a test email account and create App Password
- 4 06:45 STEP 3 - Create a new class EmailSender.java with main method to try the email sending code
- 5 25:55 STEP 4 - Update the code to add attachment to the email and try it
- 6 36:24 STEP 5 - Now create a new class EmailUtils.java in utils package and add the email code
- 7 41:34 STEP 6 - Update BaseTest.java to call Sending Email in @AfterSuite method