[Solved] How to write java code to send email in selenium? [closed]


Mail sending has nothing to do with selenium.You have to write your separate java function for sending mail.You can call that function as per your requirement.For example if you want to send mail after test case execution is finished then you can call that function in tearDown method of your test class.

1

solved How to write java code to send email in selenium? [closed]