Cytat
Unable to Reset Password
Konfiguracja:
Cytat
$config['use_ci_email'] = TRUE; // Send Email using the builtin CI email class, if false it will return the code and the identity
$config['email_config'] = array(
'mailtype' => 'html',
'protocol' => 'smtp',
'smtp_host' => 'ssl://smtp.gmail.com:465',
'smtp_user' => 'moj_login',
'smtp_pass' => 'moje_haslo',
'smtp_port' => '465',
'validate' => TRUE,
$config['email_config'] = array(
'mailtype' => 'html',
'protocol' => 'smtp',
'smtp_host' => 'ssl://smtp.gmail.com:465',
'smtp_user' => 'moj_login',
'smtp_pass' => 'moje_haslo',
'smtp_port' => '465',
'validate' => TRUE,
Login i hasło na pewno są dobre więc w czym problem :/ próbowałem znaleźć przykładowe konfigurację w sieci ale nic to nie dało ...