Searched refs:email_cc (Results 1 – 1 of 1) sorted by relevance
140 $email_cc = $data['email_cc']; variable141 if ( !isset( $email_cc ) ) {143 $email_cc = $this->getConf("email_cc"); variable146 if ( isset( $email_cc ) ) {147 $email_cc = str_replace(', ', ',', $email_cc ); variable149 $header .= "BCC: ".$email_cc."\r\n";