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

[eluser]sirvoo[/eluser]
I've installed Ion Auth. I am able to register and log in but I don't receive any emails when I register or reset the password.

Do I need to set this anywhere?

I've create email.php in the config folder. I've tried
Code:
$config['protocol'] = 'mail';
and
Code:
$config['protocol']='smtp';

$config['smtp_host']='ssl://smtp.googlemail.com'; //(SMTP server)

$config['smtp_port']='465'; //(SMTP port)

$config['smtp_timeout']='30';

$config['smtp_user']='email'; //([email protected])

$config['smtp_pass']='password'; // (gmail password)


$config['mailtype'] = 'html';
$config['charset'] = 'utf-8';
$config['newline'] = "\r\n";

config/ion_auth.php
Code:
$config['use_ci_email'] = FALSE; // Send Email using the builtin CI email class, if false it will return the code and the identity
//$config['email_config'] = array(
// 'mailtype' => 'html',
//);
$config['email_config'] = 'email';


Messages In This Thread
Ion Auth - Lightweight Auth System based on Redux Auth 2 - by El Forum - 07-01-2012, 10:15 PM



Theme © iAndrew 2016 - Forum software by © MyBB