Morcega Negra
Banned User
- Joined
- Aug 4, 2015
- Messages
- 102
- Solutions
- 1
- Reaction score
- 8
Code:
$config['mailserver'] = array(
'register' => false, // Send activation mail
'accountRecovery' => true, // Recover username or password through mail
'host' => "mail.******.com", // Outgoing mail server host.
'securityType' => 'tls', // ssl or tls
'port' => 25, // SMTP port number - likely to be 465(ssl) or 587(tls)
'email' => '*****@*****.com',
'username' => '*****@*****.com', // Likely the same as email
'password' => '*****', // The password.
'debug' => false, // Enable debugging if you have problems and are looking for errors.
'fromName' => $config['site_title'],
);
and click on recover, a white screen appears and add the side menu.
and I do not get any emails, am I doing something wrong?