Wrox Home  
Search P2P Archive for: Go

  Return to Index  

asp_cdo thread: what's wrong?


Message #1 by "John Sen Yong" <yjohns@t...> on Sun, 17 Jun 2001 13:50:19 +0800



hi...i have problem in my email..as i dont know really know what the 

problem is...



i write a simple code and try to run it..but i just cant receive the 

mail..my code is like this:





Set NewMailObj=3DServer.CreateObject("CDONTS.NewMail")

NewMailObj.From=3D " best18@r..."

 NewMailObj.To=3D " yjohns@t..."

 NewMailObj.Subject=3D "User Feedback!"

NewMailObj.Body=3D "Just try"

NewMailObj.Send

Set NewMailObj=3DNothing



so when i executed this page..this mail should be sent to 

"yjohns@t... "

but it didnt ..

so can u tell me where i am wrong...

i m connecting to internet when executing this page...

i m using win2000..

please help...as i have tried many times and days already...




  Return to Index