Commit bca9306c by Jansa Jose

Merge branch 'master' into 'dev_production'

J : change email from address in organizer model See merge request !224
parents d03eead6 ec3ced1e
......@@ -1134,7 +1134,7 @@ class Organizer_model extends CI_Model {
'newline' => "\r\n"
));
$ci->email->from('[email protected]', 'TimeOut');
$ci->email->from('[email protected]', 'TimeOut');
$ci->email->to($email);
$ci->email->subject($subject);
$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