Hey,
In my site I have a contact page that is used to send emails to the owner. I have looked at several tutorials and have written the vb code needed. When I submit the form I get this error
System.Runtime.InteropServices.COMException: The transport failed to connect to the server. it gives me two http exceptions - 0x80040213 and 0x80004005.
Now the code that it sais is the porblem is sending the mail (SmtpMail.Send(objMM))
So I am just wondeing what this is actually saying. I am using my mail server that I obtained from my host (mail.mymail.com.au) and have specified this correctly in my code.
Is it a problem with my smpt server? That I need to take up with my host? Or is it another problem? I have read articles that explain about bigpond controlling port 25, and my isp is bigpond, could this be the issue?
Any help is much appreciated. Thanks for your time.
In my site I have a contact page that is used to send emails to the owner. I have looked at several tutorials and have written the vb code needed. When I submit the form I get this error
System.Runtime.InteropServices.COMException: The transport failed to connect to the server. it gives me two http exceptions - 0x80040213 and 0x80004005.
Now the code that it sais is the porblem is sending the mail (SmtpMail.Send(objMM))
So I am just wondeing what this is actually saying. I am using my mail server that I obtained from my host (mail.mymail.com.au) and have specified this correctly in my code.
Is it a problem with my smpt server? That I need to take up with my host? Or is it another problem? I have read articles that explain about bigpond controlling port 25, and my isp is bigpond, could this be the issue?
Any help is much appreciated. Thanks for your time.