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
Edit: try adding this line smtp.Credentials = Credentials after this
smtp.Credentials = Credentials
Credentials = new NetworkCredential("myemail@gmail.com", "myGmailPasswordHere"),