Welcome Guest, Not a member yet? Register   Sign In
email library
#1

email function does not work,

$this->load->library('email');
$this->email->from('[email protected]', 'Admin');
$this->email->to('[email protected]');
$this->email->subject('Email Test');
$this->email->message('Testing the email class.');
if($this->email->send()){
echo 'Email enviado';
}
else{
show_error($this->email->print_debugger());
}

the error is
"
An Error Was Encountered
Unable to send email using PHP mail(). Your server might not be configured to send mail using this method.
"

what do i have to configure?
thanks
Reply


Messages In This Thread
email library - by isideas - 08-30-2015, 09:32 PM
RE: email library - by davidgv88 - 08-31-2015, 12:00 AM
RE: email library - by isideas - 08-31-2015, 05:24 AM
RE: email library - by hch - 10-16-2015, 03:30 AM
RE: email library - by CroNiX - 10-16-2015, 12:21 PM
RE: email library - by InsiteFX - 10-19-2015, 03:15 PM



Theme © iAndrew 2016 - Forum software by © MyBB