Welcome Guest, Not a member yet? Register   Sign In
CI Email Class - Load an html email (view) to send?
#6

[eluser]rt30000[/eluser]
The html file (a php view containing the html email) is perfect. At this point I'm not even sending data into the view, just simply adding the static view as the mail message. The above code is exactly how it exists in the view, and the second is exactly how it comes through in the html email.

This is adding the view:
Code:
$msg = $this->load->view('emails/email-story-submission_view', '', true);
$this->email->message($msg);

When the view is added to the page (for test/preview) it display perfect. When it comes through the mail is when the code is funky.

Here is my config setting if it helps...
Code:
$config['protocol'] = 'mail';
$config['wordwrap'] = FALSE;
$config['mailtype'] = 'html';


Messages In This Thread
CI Email Class - Load an html email (view) to send? - by El Forum - 11-04-2008, 07:58 AM
CI Email Class - Load an html email (view) to send? - by El Forum - 11-04-2008, 08:10 AM
CI Email Class - Load an html email (view) to send? - by El Forum - 11-04-2008, 08:31 AM
CI Email Class - Load an html email (view) to send? - by El Forum - 11-04-2008, 09:52 AM
CI Email Class - Load an html email (view) to send? - by El Forum - 11-04-2008, 09:55 AM
CI Email Class - Load an html email (view) to send? - by El Forum - 11-04-2008, 10:08 AM
CI Email Class - Load an html email (view) to send? - by El Forum - 11-04-2008, 10:28 AM
CI Email Class - Load an html email (view) to send? - by El Forum - 11-04-2008, 10:44 AM
CI Email Class - Load an html email (view) to send? - by El Forum - 11-04-2008, 10:49 AM
CI Email Class - Load an html email (view) to send? - by El Forum - 11-04-2008, 10:52 AM
CI Email Class - Load an html email (view) to send? - by El Forum - 11-04-2008, 11:01 AM
CI Email Class - Load an html email (view) to send? - by El Forum - 11-04-2008, 11:49 AM
CI Email Class - Load an html email (view) to send? - by El Forum - 11-04-2008, 12:14 PM
CI Email Class - Load an html email (view) to send? - by El Forum - 11-04-2008, 01:11 PM
CI Email Class - Load an html email (view) to send? - by El Forum - 11-04-2008, 01:39 PM
CI Email Class - Load an html email (view) to send? - by El Forum - 11-04-2008, 02:48 PM
CI Email Class - Load an html email (view) to send? - by El Forum - 11-14-2008, 12:24 PM
CI Email Class - Load an html email (view) to send? - by El Forum - 11-14-2008, 03:25 PM
CI Email Class - Load an html email (view) to send? - by El Forum - 11-15-2008, 07:54 AM
CI Email Class - Load an html email (view) to send? - by El Forum - 11-18-2008, 11:15 AM
CI Email Class - Load an html email (view) to send? - by El Forum - 02-15-2009, 02:00 AM
CI Email Class - Load an html email (view) to send? - by El Forum - 02-16-2009, 08:57 AM
CI Email Class - Load an html email (view) to send? - by El Forum - 05-13-2009, 12:02 AM
CI Email Class - Load an html email (view) to send? - by El Forum - 08-12-2009, 09:25 AM
CI Email Class - Load an html email (view) to send? - by El Forum - 08-16-2009, 05:09 PM
CI Email Class - Load an html email (view) to send? - by El Forum - 09-04-2009, 02:30 AM
CI Email Class - Load an html email (view) to send? - by El Forum - 11-01-2010, 05:24 PM



Theme © iAndrew 2016 - Forum software by © MyBB