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

(09-30-2016, 12:50 AM)RogerMore Wrote: Huh, empty?!

It should give you a raw view of things as headers and body, and the message if sending the mail was successful or not...

tryed
Code:
if($this->email->send())
           {$_SESSION['successmessage'] =    $this->email->print_debugger(); $this->session->mark_as_flash('successmessage');}
           else{$_SESSION['errormessage'] =    $this->email->print_debugger(); $this->session->mark_as_flash('errormessage');}
           redirect('...my_url...','refresh');
       }
and ...
Code:
if($this->email->send())
           {print_r($this->email->print_debugger()); exit;}
both empty and email is send out (text/plain)
Reply


Messages In This Thread
RE: HTML email - Do you see the problem? - by JanFromHamburg - 09-30-2016, 01:02 AM



Theme © iAndrew 2016 - Forum software by © MyBB