Welcome Guest, Not a member yet? Register   Sign In
email settings?
#2

[eluser]Bart Mebane[/eluser]
You only need the $config variable to set options, like
Code:
$config['mailtype'] = 'text';
The available options are listed in the User Guide under Email class. If you don't need to configure any options, you should either omit the $config variable and just use
Code:
$this->load->library('email');
or set $config to an empty array.


Messages In This Thread
email settings? - by El Forum - 11-30-2010, 07:41 AM
email settings? - by El Forum - 11-30-2010, 07:55 AM
email settings? - by El Forum - 11-30-2010, 10:40 PM



Theme © iAndrew 2016 - Forum software by © MyBB