Welcome Guest, Not a member yet? Register   Sign In
Email Class: Send dynamic text from file?
#2

[eluser]freshface[/eluser]
Why not use a view?

$data[’customer_name’] = ‘Joe’;
$content = $his->load->view("email/template1",$data);
$this->email->message($content);


Messages In This Thread
Email Class: Send dynamic text from file? - by El Forum - 06-11-2008, 11:25 PM
Email Class: Send dynamic text from file? - by El Forum - 06-12-2008, 12:08 AM
Email Class: Send dynamic text from file? - by El Forum - 06-12-2008, 12:27 AM
Email Class: Send dynamic text from file? - by El Forum - 06-12-2008, 10:56 AM
Email Class: Send dynamic text from file? - by El Forum - 06-12-2008, 11:03 AM



Theme © iAndrew 2016 - Forum software by © MyBB