Welcome Guest, Not a member yet? Register   Sign In
tank auth activation email
#1

[eluser]andes[/eluser]
Hi,

I installed the tank auth user management library. It seems to work all fine, the database tables and everything. The only problem is that i do not receive an activation email that its suppose to send. It doesn't give me any errors, it says successfully sent, but I receive nothing in my inbox. Below is my application/config/email.php file settings

Code:
$config['protocol'] = 'smtp';
$config['smtp_host'] = 'ssl://smtp.googlemail.com';
$config['smtp_port'] = '25';
$config['smtp_timeout'] = '30';
$config['smtp_user'] = 'gmail user name';
$config['smtp_pass'] = 'gmail passwork';
$config['mailtype'] = 'html';
$config['charset'] = 'utf-8';
$config['newline'] = '\r\n';


Does anyone seem to know what may be the problem?


Messages In This Thread
tank auth activation email - by El Forum - 08-06-2011, 08:19 AM
tank auth activation email - by El Forum - 08-06-2011, 11:35 AM
tank auth activation email - by El Forum - 08-06-2011, 01:23 PM
tank auth activation email - by El Forum - 08-06-2011, 10:19 PM



Theme © iAndrew 2016 - Forum software by © MyBB