bunglebrown
New Member
- Messages
- 157
- Reaction score
- 0
- Points
- 0
I have a section where users can send a link to a friend but I don't know how to forward that info onto myself so that they cannot see it (using BCC I believe). This is part of what I have (below) but of course it doesn't do what I want. Can someone feed me the missing link or advise me on what I'm doing wrong.
PHP:
$to = "$toEmail";
$bcc = myemail@hostage.com
mail($to, $subject, $message, $headers, $bcc);