Skip to content

Commit 67ad790

Browse files
Revert "Mail: Hide BCC in internal messages"
This reverts commit 6a6d473.
1 parent 6a6d473 commit 67ad790

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Services/Mail/classes/class.ilMail.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -739,7 +739,7 @@ private function sendChanneledMails(
739739
$this->user_id,
740740
$mail_data->getAttachments(),
741741
$mail_data->getTo(),
742-
'',
742+
$mail_data->getCc(),
743743
'',
744744
'unread',
745745
$mail_data->getSubject(),

0 commit comments

Comments
 (0)