Click here to Skip to main content
16,011,805 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: setting value of file input field Pin
Heath Stewart3-Feb-03 4:09
protectorHeath Stewart3-Feb-03 4:09 
GeneralA little help w/ Javascript and DHTML please Pin
georgiek502-Feb-03 2:21
georgiek502-Feb-03 2:21 
GeneralRe: A little help w/ Javascript and DHTML please Pin
Stephane Rodriguez.2-Feb-03 4:43
Stephane Rodriguez.2-Feb-03 4:43 
GeneralRe: A little help w/ Javascript and DHTML please Pin
georgiek502-Feb-03 7:11
georgiek502-Feb-03 7:11 
GeneralRe: A little help w/ Javascript and DHTML please Pin
Stephane Rodriguez.2-Feb-03 7:45
Stephane Rodriguez.2-Feb-03 7:45 
GeneralADODB.command --- trouble with adParamInput/Output Pin
devvvy1-Feb-03 22:30
devvvy1-Feb-03 22:30 
GeneralRe: ADODB.command --- trouble with adParamInput/Output Pin
devvvy1-Feb-03 22:40
devvvy1-Feb-03 22:40 
QuestionCDONTS - IIS/SMTP config? Pin
devvvy1-Feb-03 8:00
devvvy1-Feb-03 8:00 
Hi, I have this simple script:

<%

'Send the password:
msg_recipient = "someone@someaplace.com"
msg_sender = "sender@anotherplace.com"
msg_subject = "Testing AA"
msg_body = "Testing AA"

Dim NewMailObj
Set NewMailObj = CreateObject("CDONTS.NewMail")

NewMailObj.To = msg_recipient
NewMailObj.From = msg_sender
NewMailObj.Subject = msg_subject
NewMailObj.Body = msg_body

NewMailObj.Send

Set NewMailObj = Nothing

%>
<% Response.write "Done" %>

"NO" error. But no mail has been sent out (I've checked the mailbox)... I am sure that I have SMTP on the Windows2000 box - I can find it in >"Computer Management" applet>"Services and Applications">"Services". I can find the mailroot folders and sub-folders. BUT I "canNOT" find it under IIS - as instructed: http://www.skybuilders.com/users/jesse/docs/howToSMTP.html

As far as I know ASPEmail need SMTP service also isnt that right?

The above script executed with no error - so that leaves me with one possibility - SMTP wasn't properly configured?? Thanks.

norm


norm
AnswerRe: CDONTS - IIS/SMTP config? Pin
Vasudevan Deepak Kumar1-Feb-03 21:21
Vasudevan Deepak Kumar1-Feb-03 21:21 
GeneralRe: CDONTS - IIS/SMTP config? Pin
devvvy1-Feb-03 21:33
devvvy1-Feb-03 21:33 
GeneralWhats wrong in my ASPMail Pin
Sarvesvara (BVKS) Dasa31-Jan-03 21:07
Sarvesvara (BVKS) Dasa31-Jan-03 21:07 
GeneralRe: Whats wrong in my ASPMail Pin
Jon Sagara31-Jan-03 21:18
Jon Sagara31-Jan-03 21:18 
GeneralRe: Whats wrong in my ASPMail Pin
Sarvesvara (BVKS) Dasa31-Jan-03 21:28
Sarvesvara (BVKS) Dasa31-Jan-03 21:28 
GeneralI think I have similar problem... Pin
devvvy31-Jan-03 22:23
devvvy31-Jan-03 22:23 
GeneralRe: I think I have similar problem... Pin
Sarvesvara (BVKS) Dasa1-Feb-03 18:21
Sarvesvara (BVKS) Dasa1-Feb-03 18:21 
GeneralRe: I think I have similar problem... Pin
devvvy1-Feb-03 18:38
devvvy1-Feb-03 18:38 
GeneralRe: I think I have similar problem... Pin
Sarvesvara (BVKS) Dasa1-Feb-03 18:54
Sarvesvara (BVKS) Dasa1-Feb-03 18:54 
GeneralRe: I think I have similar problem... Pin
devvvy1-Feb-03 22:43
devvvy1-Feb-03 22:43 
GeneralRe: I think I have similar problem... Pin
Sarvesvara (BVKS) Dasa2-Feb-03 18:52
Sarvesvara (BVKS) Dasa2-Feb-03 18:52 
GeneralRe: I think I have similar problem... Pin
devvvy2-Feb-03 19:18
devvvy2-Feb-03 19:18 
GeneralRe: I think I have similar problem... Pin
Sarvesvara (BVKS) Dasa2-Feb-03 20:04
Sarvesvara (BVKS) Dasa2-Feb-03 20:04 
GeneralRe: I think I have similar problem... Pin
devvvy2-Feb-03 20:06
devvvy2-Feb-03 20:06 
GeneralRe: I think I have similar problem... Pin
Sarvesvara (BVKS) Dasa2-Feb-03 20:13
Sarvesvara (BVKS) Dasa2-Feb-03 20:13 
GeneralJavascript & Textarea Pin
Jonathan Austin31-Jan-03 12:57
Jonathan Austin31-Jan-03 12:57 
GeneralUsing COM inMTS Pin
AnirbanMondal31-Jan-03 1:24
AnirbanMondal31-Jan-03 1:24 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.