mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-18 04:31:06 +01:00
* All apps: async notifications were not using SMTP only account, but personal one with unavailable session password
This commit is contained in:
parent
7428354884
commit
15927535a1
@ -1487,7 +1487,7 @@ class Account implements \ArrayAccess
|
|||||||
{
|
{
|
||||||
$account = new Account($params);
|
$account = new Account($params);
|
||||||
}
|
}
|
||||||
catch (Exception $x)
|
catch (\Exception $x)
|
||||||
{
|
{
|
||||||
unset($x);
|
unset($x);
|
||||||
continue;
|
continue;
|
||||||
|
Loading…
Reference in New Issue
Block a user