Wrox Home  
Search P2P Archive for: Go

  Return to Index  

asp_cdo thread: Messages stack up in the Queue


Message #1 by "Kalyan Ramji" <kalyan_ramji@h...> on Tue, 7 Aug 2001 14:52:41
Hi, 



Whenever I try and send a email through ASP my messages get stacked up in 

the Queue Folder under the Mailroot in IIS instead of the Drop folder.. I 

have my SMTP configurations set right as far as I know and the book says 

and its the same way with the code. I use CDONTS.NewMail to send email via 

ASP. Is there something I am missing?? Any help would be grately 

appreciated.



-Kalyan.

Message #2 by Clint Parsley <CParsley@E...> on Tue, 7 Aug 2001 07:29:15 -0700
I have the same issue, I can restart IIS and the messages will go out

and run fine for awhile. Every once in awhile I need to restart IIS. If

you find out more I'd like to know. Try restarting IIS and see if that

helps....



Cheers,

Clint



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

From: Kalyan Ramji [mailto:kalyan_ramji@h...]

Sent: Tuesday, August 07, 2001 2:53 PM

To: ASP CDO

Subject: [asp_cdo] Messages stack up in the Queue





Hi,



Whenever I try and send a email through ASP my messages get stacked up in

the Queue Folder under the Mailroot in IIS instead of the Drop folder.. I

have my SMTP configurations set right as far as I know and the book says

and its the same way with the code. I use CDONTS.NewMail to send email

via ASP. Is there something I am missing?? Any help would be grately

appreciated.



-Kalyan.



Message #3 by "Kalyan Ramji" <kalyan_ramji@h...> on Tue, 7 Aug 2001 15:58:12
Hey Clint, 



Thanks for the suggestion. I just restarted the IIS server, but u know 

what, theres no message still on th edrop folder. All my messages go to 

the queue again.. Maan, this is frustrating.. Is there anything else apart 

from what is mentioned in the Microsoft site that we need to do to 

configure the SMTP server?. If there is, then please do let me know.. 

Thanks for your kind help..



-Kalyan. 



> I have the same issue, I can restart IIS and the messages will go out

> and run fine for awhile. Every once in awhile I need to restart IIS. If

> you find out more I'd like to know. Try restarting IIS and see if that

> helps....

> 

> Cheers,

> Clint

> 

Message #4 by "Kalyan Ramji" <kalyan_ramji@h...> on Tue, 7 Aug 2001 18:55:59
Hey Clint, 



Mine works now!! I had all along given the old SMTP server address and 

nobody told me that. Things work fine now.. At last.. anyways, coming to 

what you said, why don you try giving the IP address of the SMTP server 

instead of the name.. Its supposed to be much faster and hopefully solves 

the problem.. I have it that way.. Try that out..



Good Luck



-Kalyan. 

Message #5 by Clint Parsley <CParsley@E...> on Tue, 7 Aug 2001 10:56:01 -0700
Great....I'll give that a try.....



Thanks



~Clint



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

From: Kalyan Ramji [mailto:kalyan_ramji@h...]

Sent: Tuesday, August 07, 2001 6:56 PM

To: ASP CDO

Subject: [asp_cdo] RE: Messages stack up in the Queue





Hey Clint,



Mine works now!! I had all along given the old SMTP server address and

nobody told me that. Things work fine now.. At last.. anyways, coming 

to



what you said, why don you try giving the IP address of the SMTP server 



instead of the name.. Its supposed to be much faster and hopefully

solves

the problem.. I have it that way.. Try that out..



Good Luck



-Kalyan.



Message #6 by "Kalyan Ramji" <kalyan_ramji@h...> on Tue, 7 Aug 2001 19:34:31
And one more thing I forgot to mention.. Give the IP address within box 

brackets.. Thats very important..(e.g. [100.99.00.02])



Good Luck



-Kalyan. 



> Great....I'll give that a try.....

> 

> Thanks

> 

> ~Clint

> 

Message #7 by Mustafa Shah <mustafa.shah@n...> on Wed, 8 Aug 2001 11:17:40 +0500
hello ;

	Regarding sending mails using CDONTS. have you tried that out with

iis 5.0 on win 2000. I have to build an application in ASP 3 on win 

2000

that must send mails also. when i try, the mails get queued in bad mail

folder.

	While browsing MSDN, i found that CDONTS dont work in win2000,

please comfirm if i got it right.



so is there any wa of sending emails through ASP 3.0 (iis5,win2000). We 

cant

use any third party dll, the webserver only has the support of cdonts.



regards

Mustafa



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

From: Kalyan Ramji [mailto:kalyan_ramji@h...]

Sent: Tuesday, August 07, 2001 6:56 PM

To: ASP CDO

Subject: [asp_cdo] RE: Messages stack up in the Queue





Hey Clint,



Mine works now!! I had all along given the old SMTP server address and

nobody told me that. Things work fine now.. At last.. anyways, coming 

to

what you said, why don you try giving the IP address of the SMTP server 



instead of the name.. Its supposed to be much faster and hopefully 

solves

the problem.. I have it that way.. Try that out..



Good Luck



-Kalyan.





Message #8 by <sa?naveed@y...> on Thu, 9 Aug 2001 00:02:49 +0500
1)    Library is Microsoft CDO for WIndows 2000 & not CDONTS



2)    Set the following property before sending mail!!!

        ObjCDO.Configuration.Fields(cdoSendUsingMethod) = cdoSendUsingPort





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

From: "Mustafa Shah" <mustafa.shah@n...>

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

Sent: Wednesday, August 08, 2001 11:17 AM

Subject: [asp_cdo] RE: Messages stack up in the Queue





hello ;

Regarding sending mails using CDONTS. have you tried that out with

iis 5.0 on win 2000. I have to build an application in ASP 3 on win 2000

that must send mails also. when i try, the mails get queued in bad mail

folder.

While browsing MSDN, i found that CDONTS dont work in win2000,

please comfirm if i got it right.



so is there any wa of sending emails through ASP 3.0 (iis5,win2000). We cant

use any third party dll, the webserver only has the support of cdonts.



regards

Mustafa



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

From: Kalyan Ramji [mailto:kalyan_ramji@h...]

Sent: Tuesday, August 07, 2001 6:56 PM

To: ASP CDO

Subject: [asp_cdo] RE: Messages stack up in the Queue





Hey Clint,



Mine works now!! I had all along given the old SMTP server address and

nobody told me that. Things work fine now.. At last.. anyways, coming to

what you said, why don you try giving the IP address of the SMTP server

instead of the name.. Its supposed to be much faster and hopefully solves

the problem.. I have it that way.. Try that out..



Good Luck



-Kalyan.
Message #9 by "Derek (Del) Carter" <D.Carter@w...> on Wed, 8 Aug 2001 10:02:02 +0100
CDONTS works fine in W2K with IIS5.0...I'm using it for our web generated

emails at works...it is included in the library.....the only problem I had

was getting the right name for my Smarthost [Exch Svr] from my network

administrator so I could configure the virtual SMTP server 

properly....prior to that my mails were stuck in the queue



HTH



Delboy



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

From: Shahzad Aslam Naveed [mailto:sa_naveed@y...]

Sent: 08 August 2001 20:03

To: ASP CDO

Subject: [asp_cdo] RE: Messages stack up in the Queue





1)    Library is Microsoft CDO for WIndows 2000 & not CDONTS



2)    Set the following property before sending mail!!!

        ObjCDO.Configuration.Fields(cdoSendUsingMethod) =3D 

cdoSendUsingPort





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

From: "Mustafa Shah" <mustafa.shah@n...>

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

Sent: Wednesday, August 08, 2001 11:17 AM

Subject: [asp_cdo] RE: Messages stack up in the Queue





hello ;

Regarding sending mails using CDONTS. have you tried that out with

iis 5.0 on win 2000. I have to build an application in ASP 3 on win 2000

that must send mails also. when i try, the mails get queued in bad mail

folder.

While browsing MSDN, i found that CDONTS dont work in win2000,

please comfirm if i got it right.



so is there any wa of sending emails through ASP 3.0 (iis5,win2000). We

cant use any third party dll, the webserver only has the support of cdonts.



regards

Mustafa



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

From: Kalyan Ramji [mailto:kalyan_ramji@h...]

Sent: Tuesday, August 07, 2001 6:56 PM

To: ASP CDO

Subject: [asp_cdo] RE: Messages stack up in the Queue





Hey Clint,



Mine works now!! I had all along given the old SMTP server address and

nobody told me that. Things work fine now.. At last.. anyways, coming to

what you said, why don you try giving the IP address of the SMTP server

instead of the name.. Its supposed to be much faster and hopefully solves

the problem.. I have it that way.. Try that out..



Good Luck



-Kalyan.



Message #10 by "Kalyan Ramji" <kalyan_ramji@h...> on Wed, 8 Aug 2001 13:17:01
Hey, 



I use a WINNT Server and IIS 4.0.. So I am not really sure as to how you 

configure CDONTS for Win2000. Think you have some pretty god suggestios to 

work on now.. 



Good Luck!!



> hello ;

> 	Regarding sending mails using CDONTS. have you tried that out with

> iis 5.0 on win 2000. I have to build an application in ASP 3 on win 

> 2000

> that must send mails also. when i try, the mails get queued in bad mail

> folder.

> 	While browsing MSDN, i found that CDONTS dont work in win2000,

> please comfirm if i got it right.

> 

> so is there any wa of sending emails through ASP 3.0 (iis5,win2000). We 

> cant

> use any third party dll, the webserver only has the support of cdonts.

> 

> regards

> Mustafa


  Return to Index