Welcome Guest, Not a member yet? Register   Sign In
email sent with no error, but didn't arrived
#5

[eluser]davidino86[/eluser]
i solved the problem like this:

in the controller email page:

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

        //for HTML message
        $config_email['mailtype'] = 'html';
        $this->email->initialize($config_email);


hope to help someone in the future.

thanks to brianw1975


Messages In This Thread
email sent with no error, but didn't arrived - by El Forum - 09-02-2009, 10:21 AM
email sent with no error, but didn't arrived - by El Forum - 09-02-2009, 10:30 AM
email sent with no error, but didn't arrived - by El Forum - 09-03-2009, 02:37 AM
email sent with no error, but didn't arrived - by El Forum - 09-03-2009, 02:49 AM
email sent with no error, but didn't arrived - by El Forum - 09-03-2009, 03:02 AM



Theme © iAndrew 2016 - Forum software by © MyBB