|
...
|
...
|
@@ -146,7 +146,7 @@ class fob_hot_ai_mail_auto_reply { |
|
|
|
}
|
|
|
|
|
|
|
|
// 来回超过5次就不回了
|
|
|
|
if(substr_count($data['subject'],"Re:") < 3){
|
|
|
|
if(substr_count($data['subject'],"Re:") < 2){
|
|
|
|
// 有配置才回复
|
|
|
|
$email['hot_email'] = 1;
|
|
|
|
$email['password'] = base64_encode($email['password']);
|
...
|
...
|
|