From 632d56b12c579984702dd36f810d5e3b544c8a4f Mon Sep 17 00:00:00 2001 From: Derick Rethans Date: Tue, 29 Apr 2003 09:53:11 +0000 Subject: [PATCH] - Clarify 5th param git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@125069 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/mail/functions/mail.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/reference/mail/functions/mail.xml b/reference/mail/functions/mail.xml index 11364eea0d..6aef194243 100644 --- a/reference/mail/functions/mail.xml +++ b/reference/mail/functions/mail.xml @@ -1,5 +1,5 @@ - + @@ -99,7 +99,8 @@ mail("nobody@example.com", "the subject", $message, can be used to pass an additional parameter to the program configured to use when sending mail using the sendmail_path configuration setting. For example, this can be used to set the - envelope sender address when using sendmail. You may need to add + envelope sender address when using sendmail with the + -f sendmail option. You may need to add the user that your web server runs as to your sendmail configuration to prevent a 'X-Warning' header from being added to the message when you set the envelope sender using this method.