Set mail = Server.CreateObject("CDONTS.NewMail")

Associate
Joined
12 Jun 2003
Posts
2,033
Location
Either Tonbridge or Biggin Hill
Hi,
I'm developing a contact form in ASP, however when I upload the page to Easyspace I get the following error:

Code:
HTTP 500.100 - Internal Server Error - ASP error
Apache/2.0.46 (CentOS)

Technical Information (for support personnel)

    * Error Type:
      CDONTS.NewMail.1 (0x80020009)
      Component is disabled

Does anyone know a way round this? I've opened a support ticket with Easyspace, but I'd like to try and workaround the problem for now if possible..
 
Changing hosts may not be an option, as it's not my site.

It appears they're running some sort of ASP emulation on a Unix box, so I wondered there was a different mail component I could use instead of CDONTS.
 
Ok, in my code I substituted the word CDONTS for CDOSYS and now I get the following:

Code:
Error Type:
Server object, ASP 0177 (0x800401F3)
System message, messageid = 0x800401f3
 
Back
Top Bottom