Welcome Guest, Not a member yet? Register   Sign In
html email still sending as text/plain
#1

[eluser]doubleplusgood[/eluser]
Hi there,

I have a controller that sends an email. But the email received always comes through as Content-Type: text/plain; charset=utf-8, even though I have the controller and config set to send html email as follows;

Code:
$this->load->library('email');
$config['mailtype'] = 'html';
$config['charset'] = 'utf-8';
$config['newline'] = "\r\n";

$this->email->initialize($config);

Anyone else had this problem? :S


Messages In This Thread
html email still sending as text/plain - by El Forum - 09-30-2010, 05:36 AM
html email still sending as text/plain - by El Forum - 09-30-2010, 05:50 AM
html email still sending as text/plain - by El Forum - 09-30-2010, 05:51 AM
html email still sending as text/plain - by El Forum - 09-30-2010, 05:51 AM
html email still sending as text/plain - by El Forum - 09-30-2010, 05:59 AM
html email still sending as text/plain - by El Forum - 09-30-2010, 11:00 AM
html email still sending as text/plain - by El Forum - 09-30-2010, 11:47 AM
html email still sending as text/plain - by El Forum - 09-30-2010, 03:14 PM
html email still sending as text/plain - by El Forum - 10-01-2010, 03:54 AM
html email still sending as text/plain - by El Forum - 10-01-2010, 04:14 AM
html email still sending as text/plain - by El Forum - 10-01-2010, 04:27 AM
html email still sending as text/plain - by El Forum - 10-01-2010, 04:30 AM
html email still sending as text/plain - by El Forum - 10-01-2010, 04:48 AM
html email still sending as text/plain - by El Forum - 10-01-2010, 05:13 AM
html email still sending as text/plain - by El Forum - 10-01-2010, 05:41 AM
html email still sending as text/plain - by El Forum - 10-01-2010, 06:02 AM



Theme © iAndrew 2016 - Forum software by © MyBB