正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -74,7 +74,7 @@ class Mail { | @@ -74,7 +74,7 @@ class Mail { | ||
| 74 | 'NO [ALERT] Invalid credentials (Failure)', | 74 | 'NO [ALERT] Invalid credentials (Failure)', |
| 75 | 'NO LOGIN Login error', | 75 | 'NO LOGIN Login error', |
| 76 | 'NO ERR.LOGIN.PASSERR', | 76 | 'NO ERR.LOGIN.PASSERR', |
| 77 | - 'NO Login fail. Password is incorrect or service is not open.' | 77 | + 'NO Login fail. ', |
| 78 | ] as $em){ | 78 | ] as $em){ |
| 79 | if(str_contains($e->getMessage(), $em)){ | 79 | if(str_contains($e->getMessage(), $em)){ |
| 80 | db()->update( | 80 | db()->update( |
-
请 注册 或 登录 后发表评论