Hi;I have tried this in /include/class.mailer.php ...but not receiving the Bcc to the crm.//do some cleanup $to = preg_replace("/(\r\n|\r|\n)/s",'', trim($to)); $subject = preg_replace("/(\r\n|\r|\n)/s",'', trim($subject)); $bcc = "craig@lessannoyingcrm.com"; $headers = array ( 'Bcc' => $bcc, 'From' => $this->getFromAddress(), 'To' => $to, 'Subject' => $subject, 'Date'=> date('D, d M Y H O'), 'Message-ID' => $messageId, 'X-Mailer' =>'osTicket Mailer', );