tnx,
it works now.
the solution:

$to = "[EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED]";
$headers = "To: [EMAIL PROTECTED]\n";
$headers .= "Bcc: [EMAIL PROTECTED], [EMAIL PROTECTED]\n";
$headers .= "From: [EMAIL PROTECTED]\n";

mail( $to, $subject, $body, $headers );

t.

> >You have to include *all* address in $to variable, including those
> appearing in
> >'Bcc:'. The mail server will take care of hiding those addresses.
>
> Are you sure about this? And if so, exactly how do you do it. AFAIK
sending
> BCC headers is simply broken in the Windows version of PHP.
>
> Cheers
> --
> Phil Driscoll
> Dial Solutions
> +44 (0)113 294 5112
> http://www.dialsolutions.com
> http://www.dtonline.org
>
>
> --
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]
>


-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to