* All apps: async notifications were not using SMTP only account, but personal one with unavailable session password

This commit is contained in:
Ralf Becker 2016-09-02 18:11:02 +02:00
parent 7428354884
commit 15927535a1

View File

@ -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;