CFMAIL and SMTP on IIS4.0 (NT4.0)

2001-08-14 Thread David Berger

I'm getting an intermittant error (in mail error log): Failed to send the 
spooled mail file.  SMTP server replied, connection limited reached.

Our application server has ASP and Cold Fusion applications running.  We are 
also loosing some emails from the ASP application, but not as frequently.

So, I have a couple of questions.
1) Does Cold Fusion use it's own SMTP service? (or are they handled 
similarly to the CDONTs with ASP on the web server?)

2) Has anybody run into this problem, and if so how was it fixed?  (I can't 
find any resources pertaining to SMTP settings for performance with Cold 
Fusion.)

3) It doesn't appear that Cold Fusion attempts to resend failed emails.  
Does anybody know of an easy way to handle this? (I'm considering writing a 
Visual Basic application to resend bad emails)

Any information you can provide would be greatly appreciated.  Thank you!

David Berger
Cynergy Consulting
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: CFMAIL and SMTP on IIS4.0 (NT4.0)

2001-08-14 Thread Michael Lugassy

Good one.
Again, are there any other HEAVY=DUTY solutions for full-text?
Other then Verity built-in (or Verity pro add_on)?

Thanks,

Michael
- Original Message -
From: David Berger [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Tuesday, August 14, 2001 3:09 PM
Subject: CFMAIL and SMTP on IIS4.0 (NT4.0)


 I'm getting an intermittant error (in mail error log): Failed to send the
 spooled mail file.  SMTP server replied, connection limited reached.

 Our application server has ASP and Cold Fusion applications running.  We
are
 also loosing some emails from the ASP application, but not as frequently.

 So, I have a couple of questions.
 1) Does Cold Fusion use it's own SMTP service? (or are they handled
 similarly to the CDONTs with ASP on the web server?)

 2) Has anybody run into this problem, and if so how was it fixed?  (I
can't
 find any resources pertaining to SMTP settings for performance with Cold
 Fusion.)

 3) It doesn't appear that Cold Fusion attempts to resend failed emails.
 Does anybody know of an easy way to handle this? (I'm considering writing
a
 Visual Basic application to resend bad emails)

 Any information you can provide would be greatly appreciated.  Thank you!

 David Berger
 Cynergy Consulting

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: CFMAIL and SMTP on IIS4.0 (NT4.0)

2001-08-14 Thread Thomas Chiverton

 Failed to send the 
 spooled mail file.  SMTP server replied, connection limited reached.

Your mail server has reached the limit of concurrent conections it has been
told to have.
 
 1) Does Cold Fusion use it's own SMTP service? 

No, it uses the server set in the administrator.
 
 2) Has anybody run into this problem, and if so how was it 
 fixed?  

I imagine you'll need to see the mail administrator :-)

 3) It doesn't appear that Cold Fusion attempts to resend 
 failed emails.  
 Does anybody know of an easy way to handle this? 

Use an at / cron job to move the mails from UNDELVR to SPOOL

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists