Test Results

How to send Selenium Results as email with C# script 

In this example I will tell you how you can send the selenium results once the scripts have run. This script should be last script to run. The script will tell you where the results are stored. I am using the BMail to send emails. Bmail is a free but lean command line SMTP mail sender. Don’t get fooled into playing $$$ for huge executables. Bmail allows the user to automate the sending of email messages containing log files, data downloads or error messages on Win32 based computers.

More…