andacata

Results 2 comments of andacata

Great work! It would be nice to be able to customize transactional emails. May be a customizable view and pass the parameters?

Example in v2, function remind_password: `$this->CI->email->message($this->CI->lang->line('aauth_email_reset_text') . site_url() . $this->config_vars['reset_password_link'] . $ver_code );` My proposal: `$this->CI->email->message($this->CI->load->view('aauth_email_reset', array('url' => site_url($this->config_vars['reset_password_link']), 'ver_code' => $ver_code), TRUE));`