Welcome Guest, Not a member yet? Register   Sign In
Ion Auth - Lightweight Auth System based on Redux Auth 2

[eluser]joytopia[/eluser]
Ben,

I just began to implement the activation email.
As I do not use html emails, I would propose to set the mailtype in the config:

Code:
/**
* Mail type, "text" or "html"
*/
$config['mailtype']     = "html";

and change the 3 lines in the library:

Code:
$config['mailtype'] = $this->ci->config->item('mailtype', 'ion_auth');

Best regards
Bernd


Messages In This Thread
Ion Auth - Lightweight Auth System based on Redux Auth 2 - by El Forum - 05-10-2010, 11:09 AM



Theme © iAndrew 2016 - Forum software by © MyBB