I'm trying to instantiate a new mail object using CDONTS .
the error is 'create server object failed!'
Its an asp file, I'm using microsoft's Personal web Server
and i'm working under windows 98.
Printable View
I'm trying to instantiate a new mail object using CDONTS .
the error is 'create server object failed!'
Its an asp file, I'm using microsoft's Personal web Server
and i'm working under windows 98.
Just to check your syntax, it should be..
Set testobject = server.createobject("CDONTS.newmail")
It wont work on PWS though, as it has no SMTP service.