邮件以及email消息提醒
This commit is contained in:
@@ -583,7 +583,7 @@ class Article extends Base
|
||||
|
||||
//发送邮件提醒编辑有新的转投稿件
|
||||
$tt1 = 'Dear editor';
|
||||
$tt1 .= 'Please check the new transfer manuscript in the submission system.';
|
||||
$tt1 .= 'Please check the new transfer manuscript in the submission system. sn'.$article_info['accept_sn'];
|
||||
|
||||
sendEmail($editor_info['email'], $journal_info['title'], $journal_info['title'], $tt1, $journal_info['email'], $journal_info['epassword']);
|
||||
|
||||
@@ -1280,7 +1280,7 @@ class Article extends Base
|
||||
|
||||
//发送邮件提醒编辑有新的转投稿件
|
||||
$tt1 = 'Dear editor';
|
||||
$tt1 .= 'Please check the new transfer manuscript in the submission system.';
|
||||
$tt1 .= 'Please check the new transfer manuscript in the submission system.sn'.$article_info['accept_sn'];
|
||||
sendEmail($trans_editor_info['email'], $journal_info['title'], $journal_info['title'], $tt1, $journal_info['email'], $journal_info['epassword']);
|
||||
|
||||
//增加usermsg
|
||||
@@ -1354,7 +1354,7 @@ class Article extends Base
|
||||
|
||||
//发送邮件提醒编辑有新的转投稿件
|
||||
$tt1 = 'Dear editor';
|
||||
$tt1 .= 'Please check the new transfer manuscript in the submission system.';
|
||||
$tt1 .= 'Please check the new transfer manuscript in the submission system.sn'.$article_info['accept_sn'];
|
||||
sendEmail($trans_editor_info['email'], $journal_info['title'], $journal_info['title'], $tt1, $journal_info['email'], $journal_info['epassword']);
|
||||
|
||||
//增加usermsg
|
||||
@@ -3478,7 +3478,7 @@ class Article extends Base
|
||||
$res_log = $this->user_log_obj->insert($log_data);
|
||||
|
||||
//增加usermsg
|
||||
$res_msg = add_usermsg($journal_info['editor_id'], 'New manuscript', '/articleDetailEditor?id=' . $data['article_id']);
|
||||
$res_msg = add_usermsg($journal_info['editor_id'], 'New manuscript sn:'.$article_info['accept_sn'], '/articleDetailEditor?id=' . $data['article_id']);
|
||||
|
||||
//通讯作者转为审稿人
|
||||
$this->addReviewerFromArticle($data['article_id'], $journal_info['journal_id']);
|
||||
|
||||
Reference in New Issue
Block a user