Welcome Guest, Not a member yet? Register   Sign In
Load view as body for email?
#1

[eluser]harmstra[/eluser]
Hi all,

I'm trying to send a html-email, wich content is loaded from a view

Code:
$content    = $this->load->view('v_usn_order_email',$data,true);
....
....
....

$this->email->message($content);

This works fine, but every time i send an email, a new browser screen opens.
Is there a way to avoid this?


Messages In This Thread
Load view as body for email? - by El Forum - 05-13-2008, 04:22 AM
Load view as body for email? - by El Forum - 05-13-2008, 04:47 AM
Load view as body for email? - by El Forum - 05-13-2008, 05:01 AM
Load view as body for email? - by El Forum - 05-13-2008, 05:13 AM
Load view as body for email? - by El Forum - 05-13-2008, 06:26 AM



Theme © iAndrew 2016 - Forum software by © MyBB