Welcome Guest, Not a member yet? Register   Sign In
Having trouble getting Email library to load
#2

[eluser]dudeami0[/eluser]
Code:
$this->load->library('email');
    $this->email->from($from_email, 'Company name here');
    $this->email->to($recipient);
    $this->email->subject($subject);
    $this->email->message($message);    
    $return = $this->email->send();
    $this->email->print_debugger();
    return $return;
See what the debugger says, if it says anything.


Messages In This Thread
Having trouble getting Email library to load - by El Forum - 11-23-2010, 05:28 PM
Having trouble getting Email library to load - by El Forum - 11-23-2010, 05:40 PM
Having trouble getting Email library to load - by El Forum - 11-23-2010, 05:50 PM
Having trouble getting Email library to load - by El Forum - 11-23-2010, 05:52 PM
Having trouble getting Email library to load - by El Forum - 11-23-2010, 05:57 PM
Having trouble getting Email library to load - by El Forum - 11-23-2010, 06:07 PM
Having trouble getting Email library to load - by El Forum - 11-23-2010, 06:10 PM
Having trouble getting Email library to load - by El Forum - 11-23-2010, 06:21 PM
Having trouble getting Email library to load - by El Forum - 11-23-2010, 06:32 PM
Having trouble getting Email library to load - by El Forum - 11-23-2010, 06:36 PM



Theme © iAndrew 2016 - Forum software by © MyBB