/** * Mail type, "text" or "html" */ $config['mailtype'] = "html";
$config['mailtype'] = $this->ci->config->item('mailtype', 'ion_auth');