Here is error: Error sending mail
here is my code
Dim net As New System.Net.Mail.MailMessage
mail.From = New MailAddress("hackedcpuwow@googlemail.com", "Mypassword")
mail.To.Add("mailtome228@googlemail.com")
mail.Subject = "SentMail"
mail.Body = "Hi! here is my email"
mail.IsBodyHtml = False
smtp.Host = "smtp.gmail.com"
smtp.Port = 465
smtp.EnableSsl = True
smtp.Credentials = Net
Timer2.Stop()

New Topic/Question
Reply




MultiQuote






|