mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
Add reply to header
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user