I am retreiving data from the database and creating a text file which is
then using the follwing command to e-mail to users :-
`smtpmail user\@address.com take2.txt`;
If I vi the the created take2.txt file, the data is all there, present and
correct.
However, when I open the e-mailed file, not all of the data is there and
it always cuts off at the same point.
I have calculated approximately how many characters there are up to the
point at which the e-mailed file cuts off and it is approx 25600 chars !!!
The e-mailed file is only 28K, so that's not the problem.
Does smtpmail do something strange with buffering ??
Has anybody got any idea what the problem is & how to resolve it ?
Thanks in advance
C. Downes