Welcome Guest, Not a member yet? Register   Sign In
[CI 1.7 rev 1572+] Email Class - html email problems
#3

[eluser]a&w[/eluser]
I noticed the above and attached will have $html undefined after posting. Probably just needs a little tweak:
Code:
case 'html' :

                $this->_body = $this->_prep_quoted_printable($this->_body);

                if ($this->send_multipart === FALSE)
                {
                    ...
                }
                else
                {
                    ...
                    $this->_body = $alt . $html . $this->_body;
                }


                if ($this->_get_protocol() == 'mail')


Messages In This Thread
[CI 1.7 rev 1572+] Email Class - html email problems - by El Forum - 11-19-2008, 11:11 AM
[CI 1.7 rev 1572+] Email Class - html email problems - by El Forum - 11-19-2008, 11:11 AM
[CI 1.7 rev 1572+] Email Class - html email problems - by El Forum - 11-19-2008, 11:20 AM
[CI 1.7 rev 1572+] Email Class - html email problems - by El Forum - 11-19-2008, 11:31 AM
[CI 1.7 rev 1572+] Email Class - html email problems - by El Forum - 12-15-2008, 11:31 AM
[CI 1.7 rev 1572+] Email Class - html email problems - by El Forum - 12-15-2008, 11:55 AM
[CI 1.7 rev 1572+] Email Class - html email problems - by El Forum - 12-16-2008, 05:26 PM
[CI 1.7 rev 1572+] Email Class - html email problems - by El Forum - 06-20-2009, 02:38 PM
[CI 1.7 rev 1572+] Email Class - html email problems - by El Forum - 07-26-2009, 04:32 AM
[CI 1.7 rev 1572+] Email Class - html email problems - by El Forum - 09-04-2009, 12:10 AM
[CI 1.7 rev 1572+] Email Class - html email problems - by El Forum - 06-22-2010, 04:58 AM
[CI 1.7 rev 1572+] Email Class - html email problems - by El Forum - 09-29-2010, 08:24 AM
[CI 1.7 rev 1572+] Email Class - html email problems - by El Forum - 09-29-2010, 08:36 AM
[CI 1.7 rev 1572+] Email Class - html email problems - by El Forum - 10-02-2012, 02:33 PM



Theme © iAndrew 2016 - Forum software by © MyBB