Go Back   WarriorForum - Internet Marketing Forums > Warrior Support Forums > Programming Talk
Register Blogs FAQ Social Groups CalendarHelp Desk

Reply
 
LinkBack Thread Tools
Old 12-22-2008, 09:05 AM   #1
Active Warrior
 
Join Date: Dec 2008
Posts: 52
Thanks: 3
Thanked 0 Times in 0 Posts
Default ASP Error message: The "SendUsing" configuration value is invalid.

I am trying to run this script on a free asp host:

<%
Set myMail=CreateObject("CDO.Message")
myMail.Subject="Sending email with CDO"
myMail.From= "myfirstmailbox@yahoo.com"
myMail.To= "mysecondmailbox@yahoo.com"
myMail.TextBody="This is a message."
myMail.Send
set myMail=nothing
%>


and always get this message:

CDO.Message.1error '80040220'
The "SendUsing" configuration value is invalid.



Any idea what it means and how it could be fixed?
truckload-of-thoughts is offline   Reply With Quote
Old 12-22-2008, 02:12 PM   #2
Give To Charity
War Room Member
 
Sleaklight's Avatar
 
Join Date: Jun 2007
Location: California
Posts: 1,072
Blog Entries: 5
Thanks: 62
Thanked 134 Times in 102 Posts
Contact Info
Send a message via Skype™ to Sleaklight
Default Re: ASP Error message: The "SendUsing" configuration value is invalid.

If you simply typed the last sentece of your error message you could find your solution on the first result of google search: The "SendUsing" configuration value is invalid.

Sleaklight is offline   Reply With Quote
Old 12-22-2008, 10:16 PM   #3
Active Warrior
 
Join Date: Dec 2008
Posts: 52
Thanks: 3
Thanked 0 Times in 0 Posts
Default Re: ASP Error message: The "SendUsing" configuration value is invalid.

Quote:
Originally Posted by Sleaklight View Post
If you simply typed the last sentece of your error message you could find your solution on the first result of google search: The "SendUsing" configuration value is invalid.
Well, before starting this thread I DID do some research
on it in google and yahoo, but the problem was that none
of the numerous ways of help presented there worked for
me. The reason was probably because my case is
somewhat different from the cases discussed there.

How it is so different is still a big mystery to me! I am not
doing anything extraordinary here - I just want to have a
script that, while being placed on a free remote server (a
host), would periodically copy some web pages (this part I
have already solved in ASP - I already have a script that
can open web pages by their URL, except I don't know yet
how to make it work periodically) and then e-mail those
pages' HTML code to my mail box (this is the part that I
still can't solve). That's why I decided to start this thread
with this particular title, in which I described my particular
case.
truckload-of-thoughts is offline   Reply With Quote
Reply

  WarriorForum - Internet Marketing Forums > Warrior Support Forums > Programming Talk

Tags
asp, configuration, error, invalid, message, sendusing

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off



All times are GMT -6. The time now is 01:31 PM.