Hello all,

I need to test to make sure a user, or the local machine, can send an email. I'm using the System.Web.Mail.Smtp namespace to send the email. I haven't found any properties or methods to test for email service. Anybody got any idea on how to solve this without using a Try Catch block.

Matt