SMTP not working
Posted
#1
(In Topic #180)
Enthusiast

Dim M As New SmtpClient
m.Host = "smtp.mail.yahoo.com"
m.To.Add("mail@txt.att.net")
m.Port = 465
m.From = "Kitchen Timer"
m.Subject = "This is a test"
m.Body = "Testes"
m.User = "user"
m.Password = "password"
m.Encrypt = Net.SSL
m.Send
the mail info is correct and authenticates. Any good help appreciated.
Posted
Guru

Posted
Regular

1 guest and 0 members have just viewed this.


