I am trying to send email in codeigniter. I'm sending view in message body.But I'm getting error as shown in image and it displaying view below the error. My code is as below.
$msg = $this->load->view('FolderName/sendEmail.php',TRUE);
I have also tried$msg = $this->load->view('FolderName/sendEmail.php',TRUE);
But with this code I'm not receiving any email. Please help me to find out the solution.
↧
Issue with sending codeigniter view in email
↧