I'm working with a script that does a password reset function in a section of a page, when the user click the "Reset" button in the webpage it executes the "mailto" and appear a "new email" window of outlook,
how can I send a mail that includes some information of the webpage (like temporary password) in the body of the mail message and then send it?
The script I'm developing is with Selenium.