Hello,
How to I add a static BCC email address to this code
Quote:
$headers .= "To: $username <$email>" . "\r\n";
$headers .= "From: " . $vbulletin->options['bbtitle'] . " Reminder Service <" . $vbulletin->options['webmasteremail'] . ">" . "\r\n";
|
I just want to to BCC me on all reminders - is it simple to do?. I just want it to BCC me at
greecemonkey@gmail.com
I tryed the obvious, and it did not work :-)
Graham