11-26-2020, 03:41 AM
I'm trying to capture a view as a variable, rather than rendering it, by setting the third argument to TRUE, but this is still rendering the page. Can anybody help? The aim is to send this in an email.
Many thanks in advance.
PHP Code:
$body = $this->load->view('jobs/send_quote', $data, TRUE);
$this->email->message($body);
Many thanks in advance.