mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-22 13:58:40 +01:00
fix for _bcc ending up in Return-Path Header on SaveAsDraft
This commit is contained in:
parent
8577b7e1fe
commit
dda90141eb
@ -707,6 +707,7 @@ class egw_mailer extends Horde_Mime_Mail
|
||||
{
|
||||
case '_bcc':
|
||||
$this->_bcc = $value; // this is NOT PHPMailer compatibility, but need for working BCC, if $this->_bcc is NOT set
|
||||
break;
|
||||
case 'Sender':
|
||||
$this->addHeader('Return-Path', '<'.$value.'>', true);
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user