- Added a note about the availablilty of the fifth parameter of mail();

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@41287 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Derick Rethans 2001-02-15 18:11:57 +00:00
parent bc42c44b97
commit fbd49b6663

View file

@ -67,6 +67,9 @@ mail("nobody@aol.com", "the subject", $message,
header when using the -f parameter, because the webserver user is probably
not a member of the trusted users. To suppress this warning, you should add
the web server user to the trusted users in your sendmail config file.
<note>
This fifth parameter was added in PHP 4.0.5.
</note>
<example>
<title>Sending mail with extra headers and setting an additional command line parameter.</title>
<programlisting>