This content has been marked as final.
Show 7 replies
-
1. Re: CF8 Email Spooling Problem
Oğuz Demirkapı Mar 20, 2008 2:06 PM (in response to Ronsweb)What is CF version?
Do you have SMTP server settings on CF admin or in the code? -
2. Re: CF8 Email Spooling Problem
Ronsweb Mar 20, 2008 4:15 PM (in response to Oğuz Demirkapı)Coldfusion 8,0,0,176276
The SMTP settings is in CF Admin. -
3. Re: CF8 Email Spooling Problem
Oğuz Demirkapı Mar 20, 2008 7:42 PM (in response to Ronsweb)As I know/searched there is no defined bug for cfmail etc. for the CF8.
What I would suggest is to create a script which checks the directory "CFROOT\Mail\Undelivr" and move all files to the "CFROOT\Mail\Spool" directory. You can create a scheduled task for this script.
As I remember there was a script from Rob Brooks Bilson just for this purpose. Let me check it. -
4. Re: CF8 Email Spooling Problem
Oğuz Demirkapı Mar 20, 2008 7:49 PM (in response to Ronsweb)Here is the original one for the old CF days.
http://www.adobe.com/cfusion/exchange/index.cfm?event=extensionDetail&extid=1000801
You may need to change some parameters to detect the CF mail directory.
I know this is not a real answer but would be a workaround. -
5. Re: CF8 Email Spooling Problem
Ronsweb Mar 21, 2008 9:29 AM (in response to Oğuz Demirkapı)Thanks, I will give it a try. -
6. Re: CF8 Email Spooling Problem
ukb kumar Mar 24, 2008 10:35 PM (in response to Ronsweb)Hi,
You can give a try to this script provided in the link given below. Just place this script in the JRun scheduler and timely execute it. I think that will resolve the problem. Link is
http://www.evolt.org/node/17492
Thanks
UKB -
7. Re: CF8 Email Spooling Problem
BKBK Mar 24, 2008 10:41 PM (in response to Ronsweb)Ronsweb wrote:
Is anyone having the issue where email just decides to stop sending from
coldfusion? It will process just fine for months at a time, then just stop.
The only way I have found to make email start processing again is to reboot the
server.
Could be the result of this problem with Coldfusion's in-built mail spool lock, discussed in Steven Erat's blog. Note Tom Jordahl's comment towards the end.



