作者 邓超

x

... ... @@ -67,6 +67,7 @@ class Mail {
// 是否初始成功
$this->client->login($host['host'].':'.$host['port'],$this->username,$this->password);
}catch (\Throwable $e){
logs($e->getMessage());
if($pass_err){
// 是否是密码错误
foreach ([
... ...