Markus Fischer wrote:
>
> Current mail() implementation already has fifth optional
> argument which does exactly what you want.
>
> And, for the 'file', it's as easy as writing:
>
> mail('To', 'Subject', join('',file('filename')), ...
>
> not that hard ...
>
> I do
I've written another mail function to deal with one of our ISP clients' needs.
I don't know if the functionality is found elsewhere - nowhere in the documentation
that I have seen, though.
The standard mail function is
mail( to, subject, message, optional-headers )
The client had two issues. Fi