Welcome Guest, Not a member yet? Register   Sign In
mailtype => 'html'
#3

[eluser]Unknown[/eluser]
Thanks for the reply

i use this code :

$config = Array(
'protocol' => 'smtp',
'smtp_host' => 'http://example.com',
'smtp_port' => 25,
'smtp_user' => '[email protected]',
'smtp_pass' => 'xxxxxx',
'mailtype' => 'html',
'charset' => 'iso-8859-1'
);
$this->load->library('email', $config);
$this->email->set_newline("\r\n");


Is there something wrong with my code?
Need some advice.


Messages In This Thread
mailtype => 'html' - by El Forum - 09-17-2010, 11:09 PM
mailtype => 'html' - by El Forum - 09-18-2010, 01:08 AM
mailtype => 'html' - by El Forum - 09-18-2010, 01:17 AM



Theme © iAndrew 2016 - Forum software by © MyBB