Welcome Guest, Not a member yet? Register   Sign In
Email Code Placement or Location
#4

[eluser]ramm[/eluser]
It needs to be php mail_tpl.php (or you would have to specify the extension).

If you don't need any variables on it, you don't need the parser, or $data:
Code:
$message = $this->load->view('mail_tpl', TRUE); //TRUE is needed to turn the view into a string
$this->email->message($message);


Messages In This Thread
Email Code Placement or Location - by El Forum - 02-14-2011, 09:53 PM
Email Code Placement or Location - by El Forum - 02-14-2011, 10:17 PM
Email Code Placement or Location - by El Forum - 02-14-2011, 10:42 PM
Email Code Placement or Location - by El Forum - 02-14-2011, 11:12 PM
Email Code Placement or Location - by El Forum - 02-14-2011, 11:42 PM



Theme © iAndrew 2016 - Forum software by © MyBB