Commit ec3ced1e by Jansa Jose

J : change email from address in organizer model

parent 7cd9e2f9
...@@ -1134,7 +1134,7 @@ class Organizer_model extends CI_Model { ...@@ -1134,7 +1134,7 @@ class Organizer_model extends CI_Model {
'newline' => "\r\n" 'newline' => "\r\n"
)); ));
$ci->email->from('[email protected]', 'TimeOut'); $ci->email->from('[email protected]', 'TimeOut');
$ci->email->to($email); $ci->email->to($email);
$ci->email->subject($subject); $ci->email->subject($subject);
$ci->email->message($message); $ci->email->message($message);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment