...
|
...
|
@@ -72,6 +72,7 @@ class Mail { |
|
|
foreach ([
|
|
|
'NO [ALERT] Invalid credentials (Failure)',
|
|
|
'NO LOGIN Login error',
|
|
|
'NO ERR.LOGIN.PASSERR',
|
|
|
'NO Login fail. Password is incorrect or service is not open.'
|
|
|
] as $em){
|
|
|
if(str_contains($e->getMessage(), $em)){
|
...
|
...
|
|