I am trying to send email from a Windows Server 2008 MOSS 2007 event handler that I have written in C# to my email account on gmail .com. I have SMTP running and setup to use localhost, port 25 and I specified some system credentials. I loaded the SMTP credential as follows: SmtpClient client = new SmtpClient...