Welcome Guest, Not a member yet? Register   Sign In
Message: Undefined variable: data when trying to send HTML mail
#10

[eluser]vinod_ci[/eluser]
hello guys i have same problem
i have send mail of html type


$message =$this->load->view('with-ads','');
$config['wordwrap'] = false;
$config['mailtype'] = 'html';
$this->email->initialize($config);
$this->email->to($to);
$this->email->from('[email protected]');
$this->email->subject('Here is your info '.'gggdf');
$this->email->message($message);


But i can't see any table in email

only one statement like this
--B_ALT_42eaae77d421c--

please reply fast


Messages In This Thread
Message: Undefined variable: data when trying to send HTML mail - by El Forum - 11-20-2007, 05:45 AM



Theme © iAndrew 2016 - Forum software by © MyBB