[-] Core : Swift exception(s) handled #PSCFI-6121
This commit is contained in:
+1
-3
@@ -254,9 +254,7 @@ class MailCore
|
||||
$swift->disconnect();
|
||||
return $send;
|
||||
}
|
||||
|
||||
catch (Swift_ConnectionException $e)
|
||||
{
|
||||
catch (Swift_Exception $e) {
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user