- For individual users
- Instant access to solutions
- Ask your tech questions
- Start your 30-day Free Trial
Main Topics
Browse All Topics am using Windos XP on local machine
cdomessage.send does not function and gives error
CDO.Message.1 error '80040220'
The "SendUsing" configuration value is invalid.
/aaa/bbb.asp, line 13
is there any way to use smtp server to send message through local machine
smtp server on local machine using iis 5 is running
cdosys.dll is working
I used following code as well all other similar codes and configations. can any body send a code which has actually worked on local machins using windows XP
<%
Set cdoConfig=server.CreateObj
set cdoMessage=Server.CreateOb
cdoMessage.Configuration = cdoConfig
cdoMessage.From = "abc@hotmail.com"
cdoMessage.To = "xyz@hotmail.com"
cdoMessage.Subject = Request.Form("subject")
cdoMessage.TextBody = Request.Form("body")
cdoMessage.send
Set cdoMessage=Nothing
Set cdoConfig=Nothing
%>
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Business Accounts
Answer for Membership
by: Dave_DietzPosted on 2005-03-07 at 12:03:33ID: 13480207
This may be a bug:
om/default .aspx?scid =kb;en- us; 322338
You receive an error message that states "The 'SendUsing' configuration value is invalid" when you use CDOSYS to send e-mail in Outlook 2002
http://support.microsoft.c
--
You might alo be able to work around it by setting the application isolation to Low instead of Medium or High.
Dave Dietz