HTML Email not displaying as HTML but as text |
[eluser]Dr. Seuss[/eluser]
Certainly, my apologies. I am using CI 1.7.1. Here is the complete function: Code: function _authmail($eml, $strSubject,$strMessage ){ ...and the config file, "Email.php": Code: <?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); And the resulting email: Quote: Thu, 14 May 2009 11:44:45 -0700 (PDT) I note that the line "Content-Type: text/plain; charset=utf-8" and I don't know if that is the problem or not (i.e. my '$config['email']['mailtype'] = 'html'" is not having intended effect). Thanks for the scrutiny. |
Messages In This Thread |
HTML Email not displaying as HTML but as text - by El Forum - 06-23-2008, 07:55 AM
HTML Email not displaying as HTML but as text - by El Forum - 06-23-2008, 10:16 AM
HTML Email not displaying as HTML but as text - by El Forum - 06-23-2008, 05:51 PM
HTML Email not displaying as HTML but as text - by El Forum - 06-23-2008, 06:42 PM
HTML Email not displaying as HTML but as text - by El Forum - 06-25-2008, 02:37 PM
HTML Email not displaying as HTML but as text - by El Forum - 09-02-2008, 05:45 AM
HTML Email not displaying as HTML but as text - by El Forum - 09-02-2008, 08:11 AM
HTML Email not displaying as HTML but as text - by El Forum - 01-09-2009, 05:30 AM
HTML Email not displaying as HTML but as text - by El Forum - 05-14-2009, 12:13 PM
HTML Email not displaying as HTML but as text - by El Forum - 05-14-2009, 12:34 PM
HTML Email not displaying as HTML but as text - by El Forum - 05-14-2009, 01:04 PM
HTML Email not displaying as HTML but as text - by El Forum - 05-14-2009, 01:08 PM
HTML Email not displaying as HTML but as text - by El Forum - 05-14-2009, 01:19 PM
|