Commit 0fbbda95 by Jansa Jose

email

parent aa4034eb
......@@ -502,7 +502,7 @@ public function forgot_mails($data,$rand_pwd){
$this->email->subject("Forgot Password - Tukkibi");
$this->email->message("Hi ".$data->name.", Your New Password is :".$rand_pwd);
$this->email->send();
// echo $this->email->print_debugger();
echo $this->email->print_debugger();
return "EmailSend";
// }
/* }else {
......
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