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