mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-14 18:08:21 +01:00
* fixed in last version not working bcc mail addresses
This commit is contained in:
parent
1f4bb2ed16
commit
f602720404
@ -148,5 +148,7 @@ class egw_mailer extends PHPMailer
|
||||
public function AddBCC($address, $name = '')
|
||||
{
|
||||
$this->AddrAppend('Bcc', array(array($address,$name)));
|
||||
|
||||
return parent::AddBCC($address, $name);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user