Wrox Home  
Search P2P Archive for: Go

  Return to Index  

asp_cdo thread: i didnt put 3D


Message #1 by "John Sen Yong" <yjohns@t...> on Sat, 23 Jun 2001 04:08:43 +0800
sorry, but the 3D server is not input by me...

anyway i rewrite my code here...



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

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

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

NewMailObj.Subject= "User Feedback!"

NewMailObj.Body= "Request"

NewMailObj.Send

Set NewMailObj=Nothing









----- Original Message -----

From: M FAKRUTHEEN <fakru@u...>

To: ASP CDO <asp_cdo@p...>

Sent: Friday, June 22, 2001 5:53 PM

Subject: [asp_cdo] Re: [just dunno what problem with this few lines]





hi,

  In your first line of coding

  what it means "3DServer"?

  u just replace the same with "Server"



i.e., the first line would be



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



i hope this may work.



regards

fakru







Message #2 by John Cardona <jojaca@s...> on Sat, 23 Jun 2001 10:54:00 -0500
I've copy and paste your script and it works for me.



I thing you may check your Domain Name Server configuration and your 

Mail

Exchanger.  If you aren't reponsible for this services ask your

administrator and verify your local DNS settings.









> ----------

> From: 	John Sen Yong[SMTP:yjohns@t...]

> Reply To: 	ASP CDO

> Sent: 	Friday, June 22, 2001 3:08 PM

> To: 	ASP CDO

> Subject: 	[asp_cdo] i didnt put 3D

>

> sorry, but the 3D server is not input by me...

> anyway i rewrite my code here...

>

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

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

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

> NewMailObj.Subject=3D "User Feedback!"

> NewMailObj.Body=3D "Request"

> NewMailObj.Send

> Set NewMailObj=3DNothing

>

>

>

>

> ----- Original Message -----

> From: M FAKRUTHEEN <fakru@u...>

> To: ASP CDO <asp_cdo@p...>

> Sent: Friday, June 22, 2001 5:53 PM

> Subject: [asp_cdo] Re: [just dunno what problem with this few lines]

>

>

> hi,

>   In your first line of coding

>   what it means "3DServer"?

>   u just replace the same with "Server"

>

> i.e., the first line would be

>

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

>

> i hope this may work.

>

> regards

> fakru

>


  Return to Index