• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

AAC Gesior ACC Error Sending SMTP Email

Fagner Silveira

New Member
Joined
Jun 25, 2018
Messages
6
Reaction score
1
Hi guys,

I'm having trouble setting up my create account when creating count, email and password, Gesior returns this:
An error occorred while sending email! Account not created. Try again.


this is my config.php:

$config['site']['send_emails'] = true;
$config['site']['mail_address'] = "******@gmail.com";
$config['site']['mail_senderName'] = "*******";
$config['site']['smtp_enabled'] = true;
$config['site']['smtp_host'] = "ssl://mail.gmail.com";
$config['site']['smtp_port'] = 465;
$config['site']['smtp_auth'] = true;
$config['site']['smtp_user'] = "********@gmail.com";
$config['site']['smtp_pass'] = "*********";
$config['site']['smtp_secure'] = true;


PLEASEEEE HEELLPPPPP
 
Back
Top