mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 17:08:54 +00:00
- 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:
parent
bc42c44b97
commit
fbd49b6663
1 changed files with 3 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue