Welcome Guest, Not a member yet? Register   Sign In
Ion Auth - Lightweight Auth System based on Redux Auth 2

[eluser]Frank Rocco[/eluser]
Ben,

This email is working on godaddy.
Code:
$this->load->library('email');
$this->email->from('[email protected]', 'Test Email');
$this->email->to('[email protected]');
$msg = "TEST";
$this->email->subject('User Order');
$this->email->message($msg);
$this->email->send();


Messages In This Thread
Ion Auth - Lightweight Auth System based on Redux Auth 2 - by El Forum - 01-19-2011, 08:22 AM



Theme © iAndrew 2016 - Forum software by © MyBB