I\'m referring to this guide on C# SMTP mail.
Here is my code:
MailMessage mail = new MailMessage(); SmtpClient SmtpServer = new SmtpClient(\"smtp.gm
If you're using SSL rather than TLS, you need port 465 rather than 587.
See http://mail.google.com/support/bin/answer.py?hl=en&answer=13287.