mirror of
https://github.com/magicbug/Cloudlog
synced 2026-08-13 17:49:35 -04:00
Add reply to header
This commit is contained in:
parent
93b1f847a3
commit
5ba33a020a
1 changed files with 1 additions and 0 deletions
|
|
@ -166,6 +166,7 @@ class Oqrs extends CI_Controller {
|
|||
|
||||
$this->email->from('noreply@cloudlog.co.uk', 'Cloudlog');
|
||||
$this->email->to($email);
|
||||
$this->email->reply_to($this->security->xss_clean($postdata['email']), strtoupper($data['callsign']));
|
||||
|
||||
$this->email->subject('Cloudlog OQRS from ' . strtoupper($data['callsign']));
|
||||
$this->email->message($message);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue