[eluser]oste15[/eluser]
That solved the issue for me too
Does this mean using config/email.php is deprecated?
I was using $this->load->library('email');
and removing config/email.php and adding the $config array directly to the controller and using $this->load->library('email', $config); Worked