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);