From bf49514ac30be70eecc6833b2f73acd8354fea0e Mon Sep 17 00:00:00 2001 From: Derick Rethans Date: Mon, 23 Apr 2001 21:35:33 +0000 Subject: [PATCH] - Added a note about new lines git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@45741 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/mail.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/functions/mail.xml b/functions/mail.xml index 17cb1a9622..f3d34b94c5 100644 --- a/functions/mail.xml +++ b/functions/mail.xml @@ -123,6 +123,12 @@ mail($recipient, $subject, $message, $headers); + + + Make sure you have no new-line (or other whitespace) after your to or + subject parameters, as this may cause strange results. + +