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. +