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?
Adding bcc in mail function
Moderator: General Moderators
Re: Adding bcc in mail function
$adds .= "\n Bcc: someone@some.where";