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.