Form Web Mail
I have an online form that needs to be submitted by mail.
When i click on the submit button i get an error page that reads:
The message could not be sent to the SMTP server. The transport error code was 0x800ccc15. The server response was not available
Source Error:
mail.BodyFormat = MailFormat.Text
SmtpMail.SmtpServer = "mail.mymailserver.com"
SmtpMail.Send(mail)
The SmtpMail.Send(mail) is highlighted in red.
|