mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-23 22:01:47 +01:00
* fixed in last version not working bcc mail addresses
This commit is contained in:
parent
79a13b6d9c
commit
d9750d50f8
@ -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