作者 邓超

优化

@@ -93,11 +93,11 @@ class fob_hot_ai_mail_auto_reply { @@ -93,11 +93,11 @@ class fob_hot_ai_mail_auto_reply {
93 if($this->db->count(sprintf("select count(*) from `hot_mail` where `email` = '%s'",$email['email']))){ 93 if($this->db->count(sprintf("select count(*) from `hot_mail` where `email` = '%s'",$email['email']))){
94 94
95 // 验证邮箱状态 95 // 验证邮箱状态
96 - $fobemail = fob_mysql()->cache(300)->first("select `status`,`is_send_mail`,`is_web_send` from `e_mail_binds` where `email_id` = ".$data['email_id']);  
97 - // 状态异常的跳过  
98 - if(!$fobemail || $fobemail['status']!=1||!$fobemail['is_send_mail']){  
99 - continue;  
100 - } 96 +// $fobemail = fob_mysql()->cache(300)->first("select `status`,`is_send_mail`,`is_web_send` from `e_mail_binds` where `email_id` = ".$data['email_id']);
  97 +// // 状态异常的跳过
  98 +// if(!$fobemail || $fobemail['status']!=1||!$fobemail['is_send_mail']){
  99 +// continue;
  100 +// }
101 101
102 // 标记已读 102 // 标记已读
103 $email['password'] = base64_decode($email['password']); 103 $email['password'] = base64_decode($email['password']);