Welcome Guest, Not a member yet? Register   Sign In
CI does't see the configuration email.php
#2

[eluser]slowgary[/eluser]
Hi Peter,

When you assign $config = array(), you wipe out the previous value of $config. Also, you'll need to call the initialization function somewhere...
Code:
$this->email->initialize($config);

I recommend you read the user guide to better understand how CodeIgniter works...
http://ellislab.com/codeigniter/user-gui...email.html
http://ellislab.com/codeigniter/user-gui...onfig.html

Also, for better answers to your questions, try posting a more complete code sample next time.

I hope this helps!


Messages In This Thread
CI does't see the configuration email.php - by El Forum - 09-04-2010, 11:46 AM
CI does't see the configuration email.php - by El Forum - 09-05-2010, 07:56 AM
CI does't see the configuration email.php - by El Forum - 09-05-2010, 08:47 AM



Theme © iAndrew 2016 - Forum software by © MyBB