I have written a script that reads the directory of /var/mail, and reads the name and size of the pop accounts into an array. I then compare the file sizes and see if they are greater than 1 meg. I then email the results as well as display them in the browser. The results look great in the browser, but when the email comes across, it does not contain all of the values. The email does not print anymore than 4 kilobytes worth of information. I have used the mail piece on many other PHP scripts and have had no trouble get more than a 4k email to pass through. I am not sure why this keeps truncating or whatever it is doing. I need some serious help. If you have any suggestions or would like to look at the code, I would love to share my problems.
thanx