From ee4b3d1b9e09f79dbe433b8ee5b851a7ad7b0a63 Mon Sep 17 00:00:00 2001 From: Gabor Hojtsy Date: Sun, 22 Jul 2001 09:35:48 +0000 Subject: [PATCH] \n removed, as requested git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@52011 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/mail.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/mail.xml b/functions/mail.xml index 80708f2f32..1570e249bf 100644 --- a/functions/mail.xml +++ b/functions/mail.xml @@ -134,7 +134,7 @@ $headers .= "Return-Path: <birthday@php.net>\n"; // Return path for errors // $headers .= "Content-Type: text/html; charset=iso-8859-1\n"; // Mime type $headers .= "cc: birthdayarchive@php.net\n"; // CC to -$headers .= "bcc: birthdaycheck@php.net, birthdaygifts@php.net\n"; // BCCs to +$headers .= "bcc: birthdaycheck@php.net, birthdaygifts@php.net"; // BCCs to /* and now mail it */ mail($recipient, $subject, $message, $headers);