Thx! I'll try that next time.. don't want to spam them again =P
-----Original Message-----
From: Ryan Duckworth [mailto:[EMAIL PROTECTED]
Sent: Wednesday, July 07, 2004 3:05 PM
To: CF-Talk
Subject: RE: cfmail problem
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]
- cfmail problem Stevo Vee
- RE: cfmail problem Joe Rinehart
- Re: cfmail problem Stevo Vee
- Re: cfmail problem Stevo Vee
- RE: cfmail problem Pascal Peters
- cfmail problem Tim Do
- Re: cfmail problem Jordan Michaels
- RE: cfmail problem Tim Do
- RE: cfmail problem Ryan Duckworth
- Re: cfmail problem Jordan Michaels
- CFMail Problem Tim Do
- CFMail Problem Mark Leder
- Re: CFMail Problem Ryan Emerle