Welcome Guest, Not a member yet? Register   Sign In
need urgent help!!!!!!
#3

[eluser]ludo31[/eluser]
for mail configuration

Code:
$this->load->library('email');

$this->email->from('[email protected]', 'Your Name');
$this->email->to('[email protected]');
$this->email->cc('[email protected]');
$this->email->bcc('[email protected]');

$this->email->subject('Email Test');
$this->email->message('Testing the email class.');

$this->email->send();

echo $this->email->print_debugger();
after I think you must use form_open_multipart()
try to see here : http://ellislab.com/codeigniter/user-gui...ading.html


Messages In This Thread
need urgent help!!!!!! - by El Forum - 02-26-2012, 08:37 AM
need urgent help!!!!!! - by El Forum - 02-26-2012, 08:43 AM
need urgent help!!!!!! - by El Forum - 02-26-2012, 08:45 AM



Theme © iAndrew 2016 - Forum software by © MyBB