imranbajwa
New member
hi
i want to send email form a web page.
Dim objMail As New MailMessage("bajwa@hotmail.com", "imranbajwa14@hotmail.com", "test", "This is a test mail")
Dim clint As New SmtpClient("localhost")
clint.Send(objMail)
but i found a message "Failure sending mail." SmtpException was unhandled bz user code
how can i handle this problem.
bye
i want to send email form a web page.
Dim objMail As New MailMessage("bajwa@hotmail.com", "imranbajwa14@hotmail.com", "test", "This is a test mail")
Dim clint As New SmtpClient("localhost")
clint.Send(objMail)
but i found a message "Failure sending mail." SmtpException was unhandled bz user code
how can i handle this problem.
bye