...
|
...
|
@@ -59,7 +59,9 @@ class syncMail { |
|
|
$this->auto_mail($id,$data);
|
|
|
|
|
|
// 邮件过滤 这些邮箱都是系统邮箱
|
|
|
if(!$this->checkEmail($data['from']) && !$this->checkSubject($data['subject'])){
|
|
|
// if(!$this->checkEmail($data['from']) && !$this->checkSubject($data['subject'])){
|
|
|
//只提醒re
|
|
|
if(stripos(trim($data['subject']),'re:')===0){
|
|
|
// 通知黑格 2024-08-22 新上 这个是异步的不会阻塞当前进程
|
|
|
try {
|
|
|
SaberGM::post('https://fob.ai.cc/api/email_new_push',[
|
...
|
...
|
|