cfdeveloper
Programmer
Hi there, I'm working on a undelivered email tracking application. I have CFMX installed on my pc. I want to check if there are any undelivered emails in the "Undelivr" folder. If true and provided the last modified date of the file in the undeliverable directory is older than 1 day, I want to delete it, else I want to move it to the spool directory.
I also want to check if there is any file in the "spool" folder that is 0 KB, and if there is I want to delete it.
I found this really intutive article:
It is for CF 5 and below versions.
I don't see the "Mail" key in the registry on the server.
HKEY_LOCAL_MACHINE\SOFTWARE\Allaire\ColdFusion\CurrentVersion\Mail
I was wanting to know if ColdFusion MX stores this differently? Is it ok to create a new key under "CurrentVersion" calling it "Mail" and giving it the full directory path?
I would apprecaite your help.
Best regards,
cfcoder
I also want to check if there is any file in the "spool" folder that is 0 KB, and if there is I want to delete it.
I found this really intutive article:
It is for CF 5 and below versions.
I don't see the "Mail" key in the registry on the server.
HKEY_LOCAL_MACHINE\SOFTWARE\Allaire\ColdFusion\CurrentVersion\Mail
I was wanting to know if ColdFusion MX stores this differently? Is it ok to create a new key under "CurrentVersion" calling it "Mail" and giving it the full directory path?
I would apprecaite your help.
Best regards,
cfcoder