navigation
a webmaster learning community
     Home    Register     Search      Help      Login    
FrontPage Alternative
Sponsors

Shopping Cart Software
Ecommerce software integrated into Frontpage, Dreamweaver and Golive templates. No monthly fees and available in ASP and PHP versions.

Website Templates
We also have a wide selection of Dreamweaver, Expression Web and Frontpage templates as well as webmaster tools and CSS layouts.

Frontpage website templates
Creative Website Templates for FrontPage, Dreamweaver, Flash, SwishMax

Free FrontPage Templates

Search Forums
 

Advanced search
Recent Posts

 Todays Posts
 Most Active posts
 Posts since last visit
 My Recent Posts
 Mark posts read

 

Send Mail

 
View related threads: (in this forum | in all forums)

Logged in as: Guest
Users viewing this topic: none
Printable Version 

All Forums >> Web Development >> ASP and Database >> Send Mail
Page: [1]
 
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

(in reply to accessman)
Page:   [1]

All Forums >> Web Development >> ASP and Database >> Send Mail
Page: [1]
Jump to: 1





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