1
This commit is contained in:
@@ -18,6 +18,11 @@ class mail {
|
||||
my_tg_pushmail($data);
|
||||
$job->delete();
|
||||
}
|
||||
|
||||
public function promotion(Job $job,$data){
|
||||
aliemail($data['email'],$data['title'],$data['content'],$data['has_hb']);
|
||||
$job->delete();
|
||||
}
|
||||
|
||||
/**
|
||||
* 发送邮件的逻辑
|
||||
|
||||
Reference in New Issue
Block a user