![]() |
email_helper.php - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23) +--- Thread: email_helper.php (/showthread.php?tid=47902) |
email_helper.php - El Forum - 12-27-2011 [eluser]ibnclaudius[/eluser] I'm creating a helper to send emails, since a I use it alot. In this case, is to send a email to the user with the new reseted password. The password reset system works, but the email is not sent and gives a blank screen. Code: public function reset_password($where) { Code: if (!function_exists('email_reset')) { |