mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-22 05:12:25 +01:00
* App apps: async notifications were not using SMTP only account, but personal one with unavailable session password
This commit is contained in:
parent
c3583dbb3c
commit
4a25a4a1d3
@ -1502,7 +1502,7 @@ class Account implements \ArrayAccess
|
||||
{
|
||||
$account = new Account($params);
|
||||
}
|
||||
catch (Exception $x)
|
||||
catch (\Exception $x)
|
||||
{
|
||||
unset($x);
|
||||
continue;
|
||||
|
Loading…
Reference in New Issue
Block a user