danbeck         Mon May 21 19:13:37 2001 EDT

  Modified files:              
    /phpdoc/en/functions        mail.xml 
  Log:
  another change for doc bug #9859
  
Index: phpdoc/en/functions/mail.xml
diff -u phpdoc/en/functions/mail.xml:1.18 phpdoc/en/functions/mail.xml:1.19
--- phpdoc/en/functions/mail.xml:1.18   Sun May 20 19:59:47 2001
+++ phpdoc/en/functions/mail.xml        Mon May 21 19:13:37 2001
@@ -30,10 +30,11 @@
      </funcprototype>
     </funcsynopsis>
     <simpara>
-      <function>Mail</function> automatically mails the message specified
-      in <parameter>message</parameter> to the receiver specified in
-      <parameter>to</parameter>. Multiple recipients can be specified by
-      putting a comma between each address in <parameter>to</parameter>.
+     <function>Mail</function> automatically mails the message
+     specified in <parameter>message</parameter> to the receiver
+     specified in <parameter>to</parameter>. Multiple recipients can
+     be specified by putting a comma between each address in
+     <parameter>to</parameter>.
     </simpara>
     <para>
      <function>mail</function> returns <literal>TRUE</literal> if the mail
@@ -51,6 +52,14 @@
      the end of the header.  This is typically used to add extra
      headers.  Multiple extra headers are separated with a newline.
     </simpara>
+    <note>
+     <para>
+     On Win32 systems, you must use <literal>\r\n</literal> to
+     seperate headers.  Please also note that the cc: and bcc: headers
+     are case sensitve and should be written as <literal>Cc:</literal>
+     and <literal>Bcc:</literal> on Win32 systems.
+     </para>
+    </note>
     <simpara>
      If the fifth parameter is supplied, PHP will add this data
      to the call to the mailer.  This is useful when setting the


Reply via email to