mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-19 04:46:42 +02:00
* Notifications/Async service: fix caching in mail account always used sender from first notification
This commit is contained in:
@@ -81,7 +81,7 @@ class notifications_email implements notifications_iface {
|
||||
$ident = null;
|
||||
if($this->config->async_identity)
|
||||
{
|
||||
$ident = Api\Mail\Account::read($this->config->async_identity);
|
||||
$ident = Api\Mail\Account::read($this->config->async_identity, $_sender->account_id ?? null);
|
||||
}
|
||||
$this->mail = new Api\Mailer($ident);
|
||||
}
|
||||
|
Reference in New Issue
Block a user