HTML email styling problem |
[eluser]matteus[/eluser]
When I try to send an email with the email class it all works and sends properly etc, however, when the email arrives in my Outlook 2000 inbox it doesn't render properly. I've also cc'd the email to my hotmail account and that looks just fine. When I view the email->print_debugger() output I see the following: Code: Your message has been successfully sent using the following protocol: mail As you can see there are lots of style=3D's and equals signs messing it all up. I read on another forum post http://ellislab.com/forums/viewthread/69463/ something about this being how some email clients render equals sign so use inline styling but this is the actual codeigniter output and I am using inline styling so I'm not so sure that this is the case. Also I have had a go at the same thing with zend framework and came back to codeigniter because the bcc sent straight to me instead of hiding the email address. It was rendering the html correctly in all email clients though. If it not one thing it's another! This is the rest of my setup in the contact form controller, if anyone can help I'd be hugely grateful: Code: $config['mailtype'] = 'html'; |
Messages In This Thread |
HTML email styling problem - by El Forum - 04-07-2008, 12:59 PM
HTML email styling problem - by El Forum - 04-07-2008, 01:26 PM
HTML email styling problem - by El Forum - 04-07-2008, 03:00 PM
HTML email styling problem - by El Forum - 04-07-2008, 03:03 PM
HTML email styling problem - by El Forum - 04-07-2008, 04:11 PM
HTML email styling problem - by El Forum - 04-08-2008, 07:58 AM
HTML email styling problem - by El Forum - 04-08-2008, 10:24 AM
HTML email styling problem - by El Forum - 04-12-2008, 06:30 AM
HTML email styling problem - by El Forum - 11-01-2010, 05:23 PM
|