From 4a8bbb1abc44bf923c8fd852f5e9ebf3c8e7e13a Mon Sep 17 00:00:00 2001 From: Daniel Beckham Date: Tue, 22 May 2001 02:13:37 +0000 Subject: [PATCH] another change for doc bug #9859 git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@48133 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/mail.xml | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/functions/mail.xml b/functions/mail.xml index a7bc49ba0d..5c7b127124 100644 --- a/functions/mail.xml +++ b/functions/mail.xml @@ -30,10 +30,11 @@ - Mail automatically mails the message specified - in message to the receiver specified in - to. Multiple recipients can be specified by - putting a comma between each address in to. + Mail automatically mails the message + specified in message to the receiver + specified in to. Multiple recipients can + be specified by putting a comma between each address in + to. mail returns TRUE if the mail @@ -51,6 +52,14 @@ mail("rasmus@lerdorf.on.ca", "My Subject", "Line 1\nLine 2\nLine 3"); the end of the header. This is typically used to add extra headers. Multiple extra headers are separated with a newline. + + + On Win32 systems, you must use \r\n to + seperate headers. Please also note that the cc: and bcc: headers + are case sensitve and should be written as Cc: + and Bcc: on Win32 systems. + + If the fifth parameter is supplied, PHP will add this data to the call to the mailer. This is useful when setting the