mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-19 05:01:12 +01:00
fix for _bcc ending up in Return-Path Header on SaveAsDraft
This commit is contained in:
parent
e9bd3317a5
commit
af4373c307
@ -707,6 +707,7 @@ class egw_mailer extends Horde_Mime_Mail
|
|||||||
{
|
{
|
||||||
case '_bcc':
|
case '_bcc':
|
||||||
$this->_bcc = $value; // this is NOT PHPMailer compatibility, but need for working BCC, if $this->_bcc is NOT set
|
$this->_bcc = $value; // this is NOT PHPMailer compatibility, but need for working BCC, if $this->_bcc is NOT set
|
||||||
|
break;
|
||||||
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