Yes, I found an article about it on Microsoft's Knowledge base - it seems the person who set up the server (not me!) didnt install the Virtual SMTP for IIS.
Heres the link:
http://support.microsoft.com/default.aspx?scid=kb;en-us;Q235681
Cheers.
Using the current code:
Dim objCDOMail
Set objCDOMail = Server.CreateObject("CDONTS.NewMail")
objCDOMail.To = <email address>
objCDOMail.Body = <body>
objCDOMail.Send
I get the error message:
'800 70003' System can not find path specified
I have verified the page works on our...
I'm currently working on a website which needs to be customised for every roll out. Each new version is getting bigger and bigger. Its getting to be a major pain to maintain and bug fix.
Can anyone suggest techniques or methods of breaking up the pages?
Cheers in advance,
Al
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.