Hello all, Just a question about PHP mail comand.
Usually I have something like this:
if (mail($to,$Subject,$Body,$MailHeaders)) {
return 1;
}
else {
return 0;
}
Is there any way to use a BCC instead of to?
I would like that the message sent did not have the address of the person it is
sending it to.
Any ideas or suggestions?
Thank you,
Carlos Fernando.

