Welcome Guest, Not a member yet? Register   Sign In
Error while email() like html [solved]
#2

[eluser]density5[/eluser]
are you using the commands below when sending the email?

$this->email->from('[email protected]', 'Email Team');
$this->email->to('[email protected]');
$this->email->subject('Test Email');
$this->email->message($data_email_send_customer);
$this->email->send();


Messages In This Thread
Error while email() like html [solved] - by El Forum - 09-18-2009, 03:49 PM
Error while email() like html [solved] - by El Forum - 09-29-2009, 11:39 AM



Theme © iAndrew 2016 - Forum software by © MyBB