Page 1 of 1

Adding bcc in mail function

Posted: Sun Sep 07, 2008 10:20 am
by kkonline
Hi ,
I want to add a bcc to all the mails which are sent inorder to keep a track of them.

mail($email_to,$subj,$temp,$adds);

how to add bcc in this?

Re: Adding bcc in mail function

Posted: Sun Sep 07, 2008 10:51 am
by Cut
$adds .= "\n Bcc: someone@some.where";