> On Tuesday kaab kaoutar wrote:
> > how can i add Bcc Cc and others to my email?
> > i use
> > $headers="Bcc:[EMAIL PROTECTED]\nCc:[EMAIL PROTECTED]";
> > mail($email,$subject,$body,$headers))
> > but i receive it only once ?
>
> I guess your mail server is simply too intelligent - it recognizes that all
> addresses are the same and only sends it once :) Usually this is desired
> behavior
Try ending $headers with \n\n
--------------------------------------------------------------------
-- C.Hayes Droevendaal 35 6708 PB Wageningen the Netherlands --
--------------------------------------------------------------------
--
PHP General 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]