mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-02 20:19:27 +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)
|
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':
|
case 'Sender':
|
||||||
$this->addHeader('Return-Path', '<'.$value.'>', true);
|
$this->addHeader('Return-Path', '<'.$value.'>', true);
|
||||||
break;
|
break;
|
||||||
|
Loading…
Reference in New Issue
Block a user