Error in mail content using SMTP in codeigniter Actually, my mail is sent with HTML tags and it is showing the HTML tags which is not correct.
HTML
add this code lines:
$this->email->set_mailtype("html"); $this->email->set_newline("\r\n"); $this->email->set_crlf("\r\n");