kalowsky                Tue Aug 13 20:27:00 2002 EDT

  Modified files:              
    /phpdoc/en/reference/mail/functions mail.xml 
  Log:
  Additional documentation for bug #18798
  
  
Index: phpdoc/en/reference/mail/functions/mail.xml
diff -u phpdoc/en/reference/mail/functions/mail.xml:1.8 
phpdoc/en/reference/mail/functions/mail.xml:1.9
--- phpdoc/en/reference/mail/functions/mail.xml:1.8     Sun May 19 12:12:35 2002
+++ phpdoc/en/reference/mail/functions/mail.xml Tue Aug 13 20:27:00 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.8 $ -->
+<!-- $Revision: 1.9 $ -->
 <!-- splitted from ./en/functions/mail.xml, last change in rev 1.2 -->
   <refentry id="function.mail">
    <refnamediv>
@@ -178,6 +178,17 @@
        or the mail may not be sent properly.
      </para>
     </note>
+    <note>
+     <para>
+      The <parameter>to</parameter> parameter cannot be an address
+      in the form of &quot;Something &lt;[EMAIL PROTECTED]&gt&quot;.  The
+      mail command will not parse this properly while talking with 
+      the MTA.
+     </para>
+    </note>
+    <para>
+     See also <function>imap_mail</function>.
+    </para>
    </refsect1>
   </refentry>
 



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to