Re: [PHP-DEV] Proposed new mail function "mailfx()"

2002-03-20 Thread Eric Dynamic
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

[PHP-DEV] Proposed new mail function "mailfx()"

2002-03-20 Thread Eric Dynamic
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