Form Response - Email Error
-
I have a web form that needs to be submitted by mail. When i click the submit button i get an error. See error below: The message could not be sent to the SMTP server. The transport error code was 0x800ccc15. The server response was not available. It also comes up with: mail.BodyFormat = MailFormat.Text SmtpMail.SmtpServer = "mail.abank.com" SmtpMail.Send(mail) Can i get some help?
-
I have a web form that needs to be submitted by mail. When i click the submit button i get an error. See error below: The message could not be sent to the SMTP server. The transport error code was 0x800ccc15. The server response was not available. It also comes up with: mail.BodyFormat = MailFormat.Text SmtpMail.SmtpServer = "mail.abank.com" SmtpMail.Send(mail) Can i get some help?
Sounds to me like your server is down
Christian Graus No longer a Microsoft MVP, but still happy to answer your questions.
-
I have a web form that needs to be submitted by mail. When i click the submit button i get an error. See error below: The message could not be sent to the SMTP server. The transport error code was 0x800ccc15. The server response was not available. It also comes up with: mail.BodyFormat = MailFormat.Text SmtpMail.SmtpServer = "mail.abank.com" SmtpMail.Send(mail) Can i get some help?