B
Bruce W.1
I'm new to ASP (but not ASP.NET) and I'm trying to setup a simple ASP
web form to send an email to me. So I try this code:
http://www.library.unr.edu/subjects/guides/mailplay.asp
I upload the web page file to my hosting company, which is running
Windows 2000, and I get this error message:
CDO.Message.1 error '80040220'
The "SendUsing" configuration value is invalid.
/mailplay.asp, line 63
FYI, line 63 is:
objMail.Send
So now I'm confused.
I assume that my hosting company has all the latest microsoft updates.
I'm not sure if it's using CDONTS, CDO, or CDOSYS. On these I'm also a
little confused.
I'd feel better if I specified the SMTP server, but I guess CDO takes
care of this right?
Can anyone tell me what's wrong here?
Thanks for your help.
web form to send an email to me. So I try this code:
http://www.library.unr.edu/subjects/guides/mailplay.asp
I upload the web page file to my hosting company, which is running
Windows 2000, and I get this error message:
CDO.Message.1 error '80040220'
The "SendUsing" configuration value is invalid.
/mailplay.asp, line 63
FYI, line 63 is:
objMail.Send
So now I'm confused.
I assume that my hosting company has all the latest microsoft updates.
I'm not sure if it's using CDONTS, CDO, or CDOSYS. On these I'm also a
little confused.
I'd feel better if I specified the SMTP server, but I guess CDO takes
care of this right?
Can anyone tell me what's wrong here?
Thanks for your help.