>
> Modified files:
> /php4/ext/standard mail.c php_mail.h
> Log:
> - Added a new parameter to mail() which appends aditional command line
> parameters to the mail program. This is usefull to set the From
headers
> correctly with the -f parameter to sendmail p.e.
> @- Added a new parameter to mail() which appends aditional command line
> @ parameters to the mail program. (Derick)
>
This won't be portable, on windows it uses raw smtp code...
Are you sure we should be adding that option to the mail() command? If the
user really needs the advanced features provided by sendmail, they can
easily use popen() to achieve this...
-Sterling
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]