mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 09:05:16 +01:00
* Mail: fix not working BCC addresses
This commit is contained in:
parent
61103e950d
commit
69366f13d1
@ -705,6 +705,8 @@ class egw_mailer extends Horde_Mime_Mail
|
||||
{
|
||||
switch($name)
|
||||
{
|
||||
case '_bcc':
|
||||
$this->_bcc = $value; // this is NOT PHPMailer compatibility, but need for working BCC, if $this->_bcc is NOT set
|
||||
case 'Sender':
|
||||
$this->addHeader('Return-Path', '<'.$value.'>', true);
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user