Welcome Guest, Not a member yet? Register   Sign In
Sending Codeigniter Views As HTML Content Using PHPMailer
#5

[eluser]ariffin246[/eluser]
[quote author="Aken" date="1344904807"]What I suggested should have zero impact on loops and redirects. That must be in your code somewhere else. Why don't you remove any redirects and verify that your send works first, then add them in after.[/quote]

Thanks for helping me out to solve the issue. I used the following code and managed to solve it. Now it works !

Code:
$mail->Body = $this->load->view('mail/contact_us', '' , TRUE);


Messages In This Thread
Sending Codeigniter Views As HTML Content Using PHPMailer - by El Forum - 08-15-2012, 02:30 AM



Theme © iAndrew 2016 - Forum software by © MyBB