Tech Support Guy banner
Status
Not open for further replies.
1 - 5 of 5 Posts

· Registered
Joined
·
26 Posts
Discussion Starter · #1 ·
Hi,

I am trying to send emails using CDO (asp&vbscript)

eg: Set sendmail = Server.CreateObject("CDO.Message")


I am getting the error :

"CDO.Message.1 (0x80040220)
The "SendUsing" configuration value is invalid. "

which is erroring on this line of code: sendmail.Send()


I cannot figure out the reason - does anyone have any suggestions???

Many Thanks!
 

· Registered
Joined
·
26 Posts
Discussion Starter · #3 ·
I thought it was but im not sure - how can i check this?

Also - is it true that as i am using XP i should use "CDO" instead of "CDONTS" as i read this on the net somewhere.

Many Thanks
 

· Registered
Joined
·
21,875 Posts
What kind of a web server is it? Does it support either CDO or CDONTS? There is probably a configuration variable in the code that is specifying what port etc to use. Is there an IIS management console in XP?
 
1 - 5 of 5 Posts
Status
Not open for further replies.
Top