use MockSmtp with CodeIgniter
$config['protocol'] = 'smtp'; $config['smtphost'] = '127.0.0.1'; $config['smtpport'] = 1025; $this->email->initialize($config); $this->email->set_newline("\r\n");
if problem : echo $this->email->print_debugger();
last updated april 2011