Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations MikeeOK on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Mail.log file doesn´t get updated 1

Status
Not open for further replies.

SoniaL

Programmer
Dec 9, 2004
2
ES
I have a program which sends a mail with the <CFMAIL> tag.
The CF Administrator is configured to " Log all E-mail messages sent by ColdFusion"
I can see the file mailsent.log updated after trying to send a mail wether the sent is successful or not.
However, the mail.log file never gets updated when there is an error in sending the mail (i.e. recepient doesn´t exist)
Furthermore, the failed mail is not moved to the directory:
D:\CFusion\Mail\Undelivr as a *.cfmail file.
What can it be happening???
 
Is there a log file with a size of 0 bytes? I had a similar problem, and it turned out to be a corrupted file of some type. It was 0 length, but prevent any writes to it, and would not allow me to do much else with it. I did finally delete it, and a new uncorrupted log file was created, then life was happy afterward.

Hope that helps,
MG
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top