Welcome Guest, Not a member yet? Register   Sign In
Email Class - View as Message? [SOLVED]
#1

[eluser]Joakim_[/eluser]
Hi. Is it possible to use a view (with html) as the message for the Email Class?

I tried with no luck. This is how the code looks:

Code:
...

$config['mailtype'] = 'html';
$this->email->initialize($config);

$message = $this->load->view('summary');

$this->email->subject('Summary');
$this->email->message($message);

$this->email->send();

...

Thank you very much!


Messages In This Thread
Email Class - View as Message? [SOLVED] - by El Forum - 10-22-2008, 03:28 AM
Email Class - View as Message? [SOLVED] - by El Forum - 10-22-2008, 04:11 AM
Email Class - View as Message? [SOLVED] - by El Forum - 10-22-2008, 04:14 AM
Email Class - View as Message? [SOLVED] - by El Forum - 10-22-2008, 05:07 AM



Theme © iAndrew 2016 - Forum software by © MyBB