I want to make a program to check mail and password match or not.
SMTP.Credentials = New System.Net.NetworkCredential(email, pass)
SMTP.Send(emailMessage)
I can check send Ok mean match, can not send email and pass dont match. But hope you show me better method.thanks