I cannot figure out for the life of my why this isn\'t working
SmtpClient smtp = new SmtpClient { Host = \"smtp.gmail.com\", Port = 587, UseDefau
I had this problem before and fixed it by following these steps:
I just turned this option off and my code ran successfully.