Click here to Skip to main content
15,909,091 members
Home / Discussions / Web Development
   

Web Development

 
AnswerRe: ASP.NET + Linux = TRUE? Pin
Gerald Schwab22-Sep-02 22:43
Gerald Schwab22-Sep-02 22:43 
GeneralRe: ASP.NET + Linux = TRUE? Pin
Rickard Andersson2022-Sep-02 23:10
Rickard Andersson2022-Sep-02 23:10 
AnswerRe: ASP.NET + Linux = TRUE? Pin
Amir Yaqoob22-Sep-02 22:54
sussAmir Yaqoob22-Sep-02 22:54 
AnswerRe: ASP.NET + Linux = TRUE? Pin
Paul Ingles23-Sep-02 0:42
Paul Ingles23-Sep-02 0:42 
GeneralRe: ASP.NET + Linux = TRUE? Pin
Rickard Andersson2023-Sep-02 7:51
Rickard Andersson2023-Sep-02 7:51 
GeneralRe: ASP.NET + Linux = TRUE? Pin
Paul Ingles24-Sep-02 5:47
Paul Ingles24-Sep-02 5:47 
GeneralRe: ASP.NET + Linux = TRUE? Pin
Rickard Andersson2023-Sep-02 8:00
Rickard Andersson2023-Sep-02 8:00 
GeneralCannot send email with CDO NTS Pin
Anonymous22-Sep-02 12:32
Anonymous22-Sep-02 12:32 
Hi Pals
This might be a simple one for most of you!
I am trying to send an email using CDO NTS, with the following code

Set objMail = Server.CreateObject("CDONTS.NewMail")
objMail.To = "myname@yahoo.com"
objMail.Body = "Test Email"
objMail.From = "myname@yahoo.com"
objMail.Subject="Test Email"
objMail.BodyFormat=0
objMail.Send
Set objMail = nothing

the mail is not sent when i ran the above code, i checked for SMTP services on my machine, which is a WIN 2K server in my office network, they are running too.
what might be the problem?

I ran the same code from my home machine which is again win2k server and it worked perfectly...
any suggestions as why its not working???


Thanks for your help in advance
Jon.

GeneralRe: Cannot send email with CDO NTS Pin
MHeckman22-Sep-02 12:51
MHeckman22-Sep-02 12:51 
GeneralRe: Cannot send email with CDO NTS Pin
Anonymous22-Sep-02 13:01
Anonymous22-Sep-02 13:01 
GeneralRe: Cannot send email with CDO NTS Pin
MHeckman22-Sep-02 13:13
MHeckman22-Sep-02 13:13 
GeneralRe: Cannot send email with CDO NTS Pin
MHeckman22-Sep-02 13:23
MHeckman22-Sep-02 13:23 
GeneralASP.NET - mixing controls Pin
Christian Graus22-Sep-02 12:19
protectorChristian Graus22-Sep-02 12:19 
GeneralRe: ASP.NET - mixing controls Pin
MHeckman22-Sep-02 12:56
MHeckman22-Sep-02 12:56 
GeneralRe: ASP.NET - mixing controls Pin
Christian Graus22-Sep-02 13:04
protectorChristian Graus22-Sep-02 13:04 
GeneralRe: ASP.NET - mixing controls Pin
MHeckman22-Sep-02 13:16
MHeckman22-Sep-02 13:16 
QuestionIs it .NET I'm gonna blame this for!`? Pin
Rickard Andersson2022-Sep-02 10:52
Rickard Andersson2022-Sep-02 10:52 
AnswerRe: Is it .NET I'm gonna blame this for!`? Pin
Uwe Keim22-Sep-02 10:59
sitebuilderUwe Keim22-Sep-02 10:59 
GeneralRe: Is it .NET I'm gonna blame this for!`? Pin
Rickard Andersson2022-Sep-02 11:05
Rickard Andersson2022-Sep-02 11:05 
GeneralRe: Is it .NET I'm gonna blame this for!`? Pin
Uwe Keim22-Sep-02 11:08
sitebuilderUwe Keim22-Sep-02 11:08 
GeneralRe: Is it .NET I'm gonna blame this for!`? Pin
Rickard Andersson2022-Sep-02 11:13
Rickard Andersson2022-Sep-02 11:13 
AnswerRe: Is it .NET I'm gonna blame this for!`? Pin
Paul Riley22-Sep-02 13:15
Paul Riley22-Sep-02 13:15 
GeneralRe: Is it .NET I'm gonna blame this for!`? Pin
Rickard Andersson2022-Sep-02 21:33
Rickard Andersson2022-Sep-02 21:33 
QuestionHow to improve security? Pin
zhoujun22-Sep-02 2:25
zhoujun22-Sep-02 2:25 
AnswerRe: How to improve security? Pin
Martin Haesemeyer22-Sep-02 6:45
Martin Haesemeyer22-Sep-02 6:45 

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.