Welcome Guest, Not a member yet? Register   Sign In
HTML email - Do you see the problem?
#5

Thanks! Appreciate your ongoing feedback! 
The view is shown (that way) as it should. 
Maybe it's server side, will google a bit on that.

Code:
public function test()
{
           $data['body']   =   $this->load->view('report/email.php', $data, true);
           $this->load->view('testview',$data);
}
(testview just echo $body)
Reply


Messages In This Thread
RE: HTML email - Do you see the problem? - by JanFromHamburg - 09-29-2016, 11:28 PM



Theme © iAndrew 2016 - Forum software by © MyBB