I\'m trying to send an e-mail with Codeigniter like this:
$this->load->library(\'email\'); $this->email->from(\"myemail@email.com\"); $this->
Do you have an email.php file in your config folder? Maybe there's a problem with your configuration in there.