Welcome Guest, Not a member yet? Register   Sign In
Password reset not working, form submission not working; Email not working
#2

Hey,

When sending email, check the debug, it usually tells you why it couldn't send email:

PHP Code:
$this->email->send(false); // false attribute is important, otherwise debug data will be cleared after send action
echo $this->email->print_debugger(); 

This should point you to right direction why it fails.
Reply


Messages In This Thread
RE: Password reset not working, form submission not working; Email not working - by Pertti - 12-20-2018, 01:25 AM



Theme © iAndrew 2016 - Forum software by © MyBB