Wrox Home  
Search P2P Archive for: Go

  Return to Index  

asp_cdo thread: Re: [RE: Mail Pblm]


Message #1 by M FAKRUTHEEN <fakru@u...> on 10 Jun 2001 18:02:08 MDT
I am using CDONTS.

My code looks like below,



Mymail=3DServer.CreateObject("CDONTS.NewMail")

Mymail.From=3D"from address"

Mymail.To=3D"To address"

Mymail.Subject=3D"Testing"

Mymail.Send



I am using IE5.0, Otherwise Shall I install IE5.5?

Could u tell me which brower i have to use for this?





regards

fakru





"Siegfried Weber" <sweber@c...> wrote:

Does your code use CDONTS or CDOSYS? How does your code looks like?



Also make sure that the SMTP service can resolve the target domain name

via DNS to a valid host and MX record. This has to be configured on the

network card of the computer.



All this information is BTW pretty well covered in the IIS5

documentation of Windows 2000 Server.



</Siegfried>



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

> From: M FAKRUTHEEN [mailto:fakru@u...]

> Sent: Saturday, June 09, 2001 5:52 AM

> To: ASP CDO

> Subject: [asp_cdo] Mail Pblm

> 



> Hi,

>   This is fakru from Singapore, now i am currently working on mail

> package.My

> problem is, if i send any mails from IIS server, that is not going to

the

> receipients still under the Queue folder(C:\inetpub\mailroot\Queue)

even

> SMTP

> service is started and i am using Win2000 server operating system.

> Could you help me out in this regard.

> 



> Any suggestions/ideas would be appreciated.

> 



> Expecting your reply at the earliset.

> 



> Regards

> fakru


  Return to Index