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

Thanks, man! 
I was not using a gmail-account. So I tryed out with gmail and it was the same.
The result is the same with a charset of "utf-8" as with "ISO-8859-1"

And debugger does not give me anything.

Code:
$body   =   $this->load->view('report/email.php', $data, true);
$this->email->message($body);
$this->email->send(FALSE);
echo $this->email->print_debugger();
EXIT;
Reply




Theme © iAndrew 2016 - Forum software by © MyBB