作者 邓超

x

@@ -81,6 +81,7 @@ class Mail { @@ -81,6 +81,7 @@ class Mail {
81 'NO LOGIN failed.', // 登录失败 81 'NO LOGIN failed.', // 登录失败
82 // 'NO ERR.LOGIN.REQCODE', // 未知错误 82 // 'NO ERR.LOGIN.REQCODE', // 未知错误
83 'NO [ALERT] Application-specific password', // 这个错误是没有提供特定的授权码 83 'NO [ALERT] Application-specific password', // 这个错误是没有提供特定的授权码
  84 + 'NO LOGIN Login error, user name or password error'
84 ] as $em){ 85 ] as $em){
85 if(str_contains($e->getMessage(), $em)){ 86 if(str_contains($e->getMessage(), $em)){
86 db()->update( 87 db()->update(