I\'m trying to send an e-mail with Codeigniter like this:
$this->load->library(\'email\'); $this->email->from(\"myemail@email.com\"); $this->
Be sure domain name in
$this->email->from("myemail@**email.com**");
match to server domain name