Welcome Guest, Not a member yet? Register   Sign In
sending email not working
#3

[eluser]sudinem[/eluser]
[quote author="InsiteFX" date="1289846558"]You need to load the library before you set any email parameters!
Code:
$this->load->library('email');
$config['protocol']='sendmail';

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

InsiteFX[/quote]
No effect even after doing this Sad


Messages In This Thread
sending email not working - by El Forum - 11-15-2010, 02:08 AM
sending email not working - by El Forum - 11-15-2010, 06:42 AM
sending email not working - by El Forum - 11-15-2010, 10:29 AM
sending email not working - by El Forum - 11-15-2010, 04:04 PM
sending email not working - by El Forum - 07-14-2011, 08:19 PM
sending email not working - by El Forum - 07-14-2011, 11:10 PM
sending email not working - by El Forum - 07-14-2011, 11:29 PM
sending email not working - by El Forum - 07-15-2011, 01:25 AM



Theme © iAndrew 2016 - Forum software by © MyBB