derick Thu Aug 22 03:44:11 2002 EDT Modified files: /phpdoc/en/reference/mail/functions mail.xml Log: - Correct documentation of the fifth param to mail() Index: phpdoc/en/reference/mail/functions/mail.xml diff -u phpdoc/en/reference/mail/functions/mail.xml:1.9 phpdoc/en/reference/mail/functions/mail.xml:1.10 --- phpdoc/en/reference/mail/functions/mail.xml:1.9 Tue Aug 13 20:27:00 2002 +++ phpdoc/en/reference/mail/functions/mail.xml Thu Aug 22 03:44:11 2002 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.9 $ --> +<!-- $Revision: 1.10 $ --> <!-- splitted from ./en/functions/mail.xml, last change in rev 1.2 --> <refentry id="function.mail"> <refnamediv> @@ -96,7 +96,7 @@ </para> <para> The <parameter>additional_parameters</parameter> 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 <literal>sendmail_path</literal> 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 @@ <programlisting> <![CDATA[ /* recipients */ -$to = "Mary <[EMAIL PROTECTED]>" . ", " ; //note the comma +$to = "Mary <[EMAIL PROTECTED]>" . ", " ; // note the comma $to .= "Kelly <[EMAIL PROTECTED]>"; /* subject */
-- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php