From 55bb0f8a7185a614e5dc90cd5091340cdde971d1 Mon Sep 17 00:00:00 2001 From: Dan Kalowsky Date: Wed, 14 Aug 2002 00:27:00 +0000 Subject: [PATCH] Additional documentation for bug #18798 git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@91894 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/mail/functions/mail.xml | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/reference/mail/functions/mail.xml b/reference/mail/functions/mail.xml index 852a5c38d4..5bcae3511c 100644 --- a/reference/mail/functions/mail.xml +++ b/reference/mail/functions/mail.xml @@ -1,5 +1,5 @@ - + @@ -178,6 +178,17 @@ mail($to, $subject, $message, $headers); or the mail may not be sent properly. + + + The to parameter cannot be an address + in the form of "Something <someone@somewhere.com>". The + mail command will not parse this properly while talking with + the MTA. + + + + See also imap_mail. +