Welcome Guest, Not a member yet? Register   Sign In
php mail() works, CI email library doesn't: how to configure correctly?
#2

[eluser]RiggsFolly[/eluser]
I am having my own problems in this area but i did notice that you missed the

Code:
$this->email->initialize($config);

after setting your $config variables and before doing all the to and from stuff.

I think the order should be

Code:
$this->load->library( 'email' );
$mail_config['protocol'] = 'smtp';
... etc
$this->email->initialize($mail_config);


Messages In This Thread
php mail() works, CI email library doesn't: how to configure correctly? - by El Forum - 08-23-2010, 09:14 AM



Theme © iAndrew 2016 - Forum software by © MyBB