1
This commit is contained in:
@@ -137,6 +137,22 @@ class User extends Base
|
||||
$insert['icon'] = $icon;
|
||||
$insert['ctime'] = time();
|
||||
$this->user_to_yboard_obj->insert($insert);
|
||||
|
||||
//发送通知邮件给用户
|
||||
// $report_tt = "Dear " . $inser_data['realname'] . ',<br/><br/>';
|
||||
// $report_tt .= "We are delighted to welcome you as a new author for our journal, " . $journal_info['title'] . ". We have received your submission and are excited to review it for potential publication.<br/><br/>";
|
||||
// $report_tt .= "As a next step, we have created an account for you on our journal's website. Your account is [Username: " . trim($v['email']) . " password:$password]";
|
||||
// $report_tt .= "and you can access your account by visiting " . $journal_info['website'] . " and logging in.<br/><br/>";
|
||||
// $report_tt .= "If you have any questions or need assistance with accessing your account, please don't hesitate to contact us. We are here to support you throughout the submission and review process.<br/><br/>";
|
||||
// $report_tt .= "Thank you for choosing to submit your work to our journal. We look forward to working with you.<br/><br/>";
|
||||
// $report_tt .= "Best regards,<br>" . $journal_info['title'];
|
||||
// $maidata['email'] = trim($v['email']);
|
||||
// $maidata['title'] = $journal_info['title'];
|
||||
// $maidata['content'] = $report_tt;
|
||||
// $maidata['tmail'] = $journal_info['email'];
|
||||
// $maidata['tpassword'] = $journal_info['epassword'];
|
||||
// Queue::push('app\api\job\mail@fire', $maidata, "tmail");
|
||||
|
||||
return jsonSuccess([]);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user