Welcome Guest, Not a member yet? Register   Sign In
email class new line issues [SOLVED]
#4

[eluser]brainer[/eluser]
@InsiteFX - I am using the CodeIgniter email class. ie. $this->ci->email->message($message);

@SitesByJoe - Thanks, that was the issue. I needed to change my email config file from

Code:
$config['mailtype'] = 'html';
to
Code:
$config['mailtype'] = 'text';


Messages In This Thread
email class new line issues [SOLVED] - by El Forum - 09-05-2009, 06:34 AM
email class new line issues [SOLVED] - by El Forum - 09-05-2009, 08:55 AM
email class new line issues [SOLVED] - by El Forum - 09-05-2009, 09:17 AM
email class new line issues [SOLVED] - by El Forum - 09-05-2009, 09:23 AM



Theme © iAndrew 2016 - Forum software by © MyBB