Skip to content

Commit 101ed23

Browse files
author
Marius Cramer
committed
Removed Bcc header from mailer class
1 parent 93ef006 commit 101ed23

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

interface/lib/classes/ispcmail.inc.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -794,7 +794,6 @@ public function send($recipients) {
794794

795795
$mail_content = 'Subject: ' . $enc_subject . $this->_crlf;
796796
$mail_content .= 'To: ' . $this->getHeader('To') . $this->_crlf;
797-
if($this->getHeader('Bcc') != '') $mail_content .= 'Bcc: ' . $this->_encodeHeader($this->getHeader('Bcc'), $this->mail_charset) . $this->_crlf;
798797
if($this->getHeader('Cc') != '') $mail_content .= 'Cc: ' . $this->_encodeHeader($this->getHeader('Cc'), $this->mail_charset) . $this->_crlf;
799798
$mail_content .= implode($this->_crlf, $headers) . $this->_crlf . ($this->_is_signed == false ? $this->_crlf : '') . $this->body;
800799

0 commit comments

Comments
 (0)