Code: Select all
OPEN
includes/usercp_register.php
FIND
include($phpbb_root_path . 'includes/emailer.'.$phpEx);
$emailer = new emailer($board_config['smtp_delivery']);
$emailer->from($board_config['board_email']);
$emailer->replyto($board_config['board_email']);
AFTER, ADD
// Send email to the admin
$emailer->bcc($board_config['board_email']);