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

[eluser]bill19[/eluser]
Hi All,

I've got a very basic question ? How do I set up email notifications. In the Ion auth config file I've done:

Code:
$config['use_ci_email']= false;

/**
  * Email config -
  *  'file' = use the default CI config or use from a config file
  *  array = manually set your email config settings
  **/
$config['email_config']         = array(
  'protocol'=>'smtp',
  'smtp_host'=>'ssl://smtp.googlemail.com', //(SMTP server)
  'smtp_port'=>'465', //(SMTP port)
  'smtp_timeout'=>'30',
  'smtp_user'=>'**********', //([email protected])
  'smtp_pass'=>'**********', // (gmail password)
  'mailtype' => 'html',
  'charset' => 'utf-8',
  'newline' => "\r\n",
);

But Its not working,

Thanks in advance,

Bill


Messages In This Thread
Ion Auth - Lightweight Auth System based on Redux Auth 2 - by El Forum - 05-01-2012, 06:20 PM



Theme © iAndrew 2016 - Forum software by © MyBB