Welcome Guest, Not a member yet? Register   Sign In
puzzling error msg in form validation controller
#18

[eluser]TheFuzzy0ne[/eluser]
Well my Emails are sent as HTML, so I'd have a view like this:
Code:
<p>
    Hi, &lt;?php echo $username; ?&gt;
</p>
<p>
    You are recieving this message because &lt;?php echo $last_post_user_name; ?&gt; has replied to a topic you have subscribed to.
</p>
<p>
    Please click <a href="&lt;?php echo site_url('forums/view_post/'.$post['id']); ?&gt;" title="View Topic &apos;&lt;?php echo $topic['title']; ?&gt;&apos;">here to view the topic.
</p>

Then from my controller, I should be able to grab the body of the email like this:
Code:
$email_body = $this->load->view('email', $data, TRUE);

Then I can use that as the Email body, and configure the Email library accordingly.

Hope this helps.


Messages In This Thread
puzzling error msg in form validation controller - by El Forum - 06-19-2009, 03:37 PM
puzzling error msg in form validation controller - by El Forum - 06-19-2009, 03:43 PM
puzzling error msg in form validation controller - by El Forum - 06-19-2009, 03:46 PM
puzzling error msg in form validation controller - by El Forum - 06-19-2009, 03:53 PM
puzzling error msg in form validation controller - by El Forum - 06-19-2009, 03:58 PM
puzzling error msg in form validation controller - by El Forum - 06-19-2009, 04:01 PM
puzzling error msg in form validation controller - by El Forum - 06-19-2009, 04:03 PM
puzzling error msg in form validation controller - by El Forum - 06-19-2009, 04:06 PM
puzzling error msg in form validation controller - by El Forum - 06-19-2009, 10:17 PM
puzzling error msg in form validation controller - by El Forum - 06-19-2009, 10:21 PM
puzzling error msg in form validation controller - by El Forum - 06-20-2009, 03:53 AM
puzzling error msg in form validation controller - by El Forum - 06-20-2009, 04:09 AM
puzzling error msg in form validation controller - by El Forum - 06-20-2009, 04:19 AM
puzzling error msg in form validation controller - by El Forum - 06-20-2009, 11:14 AM
puzzling error msg in form validation controller - by El Forum - 06-20-2009, 11:56 AM
puzzling error msg in form validation controller - by El Forum - 06-20-2009, 01:44 PM
puzzling error msg in form validation controller - by El Forum - 06-20-2009, 06:58 PM
puzzling error msg in form validation controller - by El Forum - 06-21-2009, 05:19 AM
puzzling error msg in form validation controller - by El Forum - 06-21-2009, 05:52 AM
puzzling error msg in form validation controller - by El Forum - 06-21-2009, 06:31 AM
puzzling error msg in form validation controller - by El Forum - 06-21-2009, 07:24 AM
puzzling error msg in form validation controller - by El Forum - 06-21-2009, 07:37 AM
puzzling error msg in form validation controller - by El Forum - 06-21-2009, 08:03 AM



Theme © iAndrew 2016 - Forum software by © MyBB