I concur. This is an email server problem, not a Cold Fusion problem.
Make sure that your email server is spooling incoming messages and
accepting them as fast as they come in. SMTP - port 25 - is incoming
mail. If the server cannot take care of each mail as fast as they are
coming in then you may need to upgrade your email server to something
faster.

If you are trying to connect to a remote email server through a slow
connection, this could also be the problem. You may have to resort to
using a local SMTP server as opposed to remote just to make sure you can
connect to it fast enough.

HTH,
Jordan

--
Warm regards,
Jordan Michaels
Vivio Technologies
http://www.viviotech.net/
[EMAIL PROTECTED]

Ryan Duckworth wrote:

> Another solution is to simply delay between each email to avoid a
> connection problem.
> This code will delay for 1 second.  Put it in your loop and I'm sure it
> will work perfectly.
> It will take under a minute to send out your entire batch and not fail.
> It sounds like your mail server isn't spooling the outbox.
>
>
> <cfset createObject('java', 'java.lang.Thread').sleep(1000)>
>
> Ryan Duckworth
> Macromedia ColdFusion Certified Professional
> Uhlig Communications
> 10983 Granada Lane
> Overland Park, KS 66207
> (913) 754-4272
>
> -----Original Message-----
> From: Tim Do [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, July 07, 2004 4:55 PM
> To: CF-Talk
> Subject: RE: cfmail problem
>
>
> Yes.
>
> -----Original Message-----
> From: Jordan Michaels [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, July 07, 2004 2:50 PM
> To: CF-Talk
> Subject: Re: cfmail problem
>
> Curious, did you enable mail spooling?
>
> --
> Warm regards,
> Jordan Michaels
> Vivio Technologies
> http://www.viviotech.net/
> [EMAIL PROTECTED]
>
> Tim Do wrote:
>
> > Hello all,
> >
> >
> > I'm looping through a list of bout 50 email addresses and
> doing a cfmail
> > inside each iteration.  It sends out successfully on most of
> it, but there
> > are few that don't make it out.  The mail log says " Could not
> connect to
> > SMTP host: wnpx, port: 25 " Then I retry each of the email
> address
> > that fell
> > out separately and they go through.  What could be causing
> this?
> >
> >
> > Thanks,
> > Tim
> >
>   _____
>   _____
>
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Reply via email to