Add user message to email
这个提交包含在:
父节点
7a12ac2695
当前提交
8695c52891
共有 2 个文件被更改,包括 7 次插入 和 2 次删除
|
|
@ -160,6 +160,7 @@ class Oqrs extends CI_Controller {
|
||||||
}
|
}
|
||||||
|
|
||||||
$data['callsign'] = $this->security->xss_clean($postdata['callsign']);
|
$data['callsign'] = $this->security->xss_clean($postdata['callsign']);
|
||||||
|
$data['usermessage'] = $this->security->xss_clean($postdata['message']);
|
||||||
|
|
||||||
$message = $this->load->view('email/oqrs_request', $data, TRUE);
|
$message = $this->load->view('email/oqrs_request', $data, TRUE);
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,10 @@
|
||||||
Hi,
|
Hi,
|
||||||
|
|
||||||
You got an OQRS request from <?php echo strtoupper($callsign); ?>.
|
You got an OQRS request from <?php echo strtoupper($callsign); ?>.
|
||||||
|
The user entered the following message:
|
||||||
|
|
||||||
|
<?php echo $usermessage."\n"; ?>
|
||||||
|
|
||||||
Please log into your Cloudlog and process it.
|
Please log into your Cloudlog and process it.
|
||||||
|
|
||||||
Regards,
|
Regards,
|
||||||
|
|
|
||||||
正在加载…
在新工单中引用