|
| |
|
|
accessman
Posts: 74 Joined: 9/13/2005 Status: offline
|
Send Mail - 7/15/2006 23:09:00
<% Set myMail=CreateObject("CDO.Message") myMail.Subject="Sending email with CDO" myMail.From="Alan@hotmail.com" myMail.To="Alan@hotmail.com" myMail.TextBody="This is a message." myMail.Send set myMail=nothing %> Error Type: CDO.Message.1 (0x80040220) The "SendUsing" configuration value is invalid. /asp_db1/email.asp, line 7 What's wrong with it? Thanks.
|
|
|
|
yb2
Posts: 653 Joined: 1/30/2006 Status: offline
|
RE: Send Mail - 7/16/2006 8:38:23
Are you using the IIS server to send the mail or a remote email server? It sounds like you either don't have SMTP setup on the IIS or you've specified a wrong address or something for the email server. There's nothing wrong with the code you posted.
_____________________________
it is natural for people not to see one's own faults, and to exaggerate other people's faults and failings. Currently listening to: L'Enfer Des Formes by Stereolab
|
|
New Messages |
No New Messages |
Hot Topic w/ New Messages |
Hot Topic w/o New Messages |
Locked w/ New Messages |
Locked w/o New Messages |
|
Post New Thread
Reply to Message
Post New Poll
Submit Vote
Delete My Own Post
Delete My Own Thread
Rate Posts
|
|
|