• 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 email sending

joaotmed

New Member
Joined
Jan 20, 2018
Messages
10
Reaction score
0
Hello, I'm new here, and I have a question, every time that I try to create an account on my website it says: An error ocorred while sending email! Account not created. Try again.

This is my configurations on config.php:
PHP:
# Emails Config
$config['site']['lost_acc'] = true;
$config['site']['send_emails'] = true;
$config['site']['mail_address'] = "[email protected]";
$config['site']['mail_senderName'] = "My name";
$config['site']['smtp_enabled'] = true;
$config['site']['smtp_host'] = "smtp.gmail.com"; -- already tried with ssl
$config['site']['smtp_port'] = 465; -- already tried with 587
$config['site']['smtp_auth'] = true;
$config['site']['smtp_user'] = "[email protected]";
$config['site']['smtp_pass'] = "my password";
$config['site']['smtp_secure'] = true;

Waiting for help, thanks for the patience.
 
Back
Top