I seen some forums they saying about changing port/mail on config.php for make "Lost Account" in website to work
but i didnt understand anything what they meant so i wonder if anybody could explain for me?
This is my config, i tryed to use my own "gmail account" and it worked but when i use "Lost Account" in website this comes up
so i wonder if anybody could explain what i should "Fill" in config.php to make the Lost Account work..
Sorry for my bad english!
but i didnt understand anything what they meant so i wonder if anybody could explain for me?
Code:
// E-MAIL config
$config['site']['send_emails'] = 0; // is acc. maker configured to send e-mails?
$config['site']['mail_address'] = "[email protected]"; // e-mail address
$config['site']['smtp_enabled'] = "yes"; // send by smtp or mail function (set 0 if use mail function)
$config['site']['smtp_host'] = "smtp.gmail.com"; // address
$config['site']['smtp_port'] = 465; // port
$config['site']['smtp_auth'] = "yes"; // need authorization? (set 0 if not need auth)
$config['site']['smtp_user'] = "login"; // login
$config['site']['smtp_pass'] = "password"; // password
This is my config, i tryed to use my own "gmail account" and it worked but when i use "Lost Account" in website this comes up
PHP:
An error occorred while sending email! Try again or contact with admin.
so i wonder if anybody could explain what i should "Fill" in config.php to make the Lost Account work..
Sorry for my bad english!