I have ran some recorded script using selenium RC in visual studio(c#).
I have reports of those script readily.(i saved all the results in a text file)
Now, i want to send those reports in the form of mail to client through
automation.
How to configure those settings and what all things will be required?
All the reports generated should be delivered to client.
Suggest the site or link where example is present.
Also give steps regarding configuration and settings.
Thank you..
Thank you for your code.
i found some code to send email with attachement.
Read Sending email using SmtpClient for more information.
Thank you..