diff --git a/reference/mail/functions/mail.xml b/reference/mail/functions/mail.xml index 5bcae3511c..67021eb9e5 100644 --- a/reference/mail/functions/mail.xml +++ b/reference/mail/functions/mail.xml @@ -1,5 +1,5 @@ - + @@ -96,7 +96,7 @@ mail("nobody@example.com", "the subject", $message, The additional_parameters parameter - can be used to pass additional parameters to the program configured + 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 @@ -126,7 +126,7 @@ mail("nobody@example.com", "the subject", $message, " . ", " ; //note the comma +$to = "Mary " . ", " ; // note the comma $to .= "Kelly "; /* subject */