Click to See Complete Forum and Search --> : Form email not working.


FlagstaffRoy
10-12-2006, 07:40 PM
We have an online form ... the code is posted here ...

http://plumpix.com/form.htm

which our visitors will fillout and upon pressing Submit. It sends an email ... ASP code is here ...

http://plumpix.com/aspfile.htm

It worked untill a few days ago but now it doesn't.
I have checked my ISP site and ASPNET is activated.
Any help appreciated.
Roy

FlagstaffRoy
10-12-2006, 08:05 PM
My ISP tells me they do not provide support for CDONTS on their web servers. However, they support the use of ASPEmail.

How do I modify my asp code?
Any help appreciated.

FlagstaffRoy
10-12-2006, 08:34 PM
My ISP tells me they do not provide support for CDONTS on their web servers. However, they support the use of ASPEmail.

How do I modify my asp code?
Any help appreciated.

stuffandthings
10-17-2006, 12:11 PM
The CDONTS component has been deprecated. If your ISP has upgraded its server you may need to migrate to CDOSYS. Check out this link for advice on altering your code:

http://support.microsoft.com/default.aspx/kb/810702

I had to do exactly the same thing recently and it's pretty straight forward :)