• 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 SMTP gmail,

Joriku

Working in the mines, need something?
Joined
Jul 16, 2016
Messages
1,088
Solutions
15
Reaction score
382
Location
Sweden
YouTube
Joriku
Hello
Trying to get the email sytstem working on Gesior acc but cannot manage to find anything on my problem exept for old therds without any solved ones.

Config:
# Create Account Options
$config['site']['one_email'] = true;
$config['site']['create_account_verify_mail'] = false;
$config['site']['verify_code'] = true;
$config['site']['email_days_to_change'] = 3;
$config['site']['newaccount_premdays'] = 90;
$config['site']['send_register_email'] = true;

# Emails Config
$config['site']['send_emails'] = true;
$config['site']['mail_address'] = "[email protected]";
$config['site']['mail_senderName'] = "Keppa";
$config['site']['smtp_enabled'] = true;
$config['site']['smtp_host'] = "ssl://mail.gmail.com";
$config['site']['smtp_port'] = 465;
$config['site']['smtp_auth'] = "yes"; // need authorization? (set 0 if not need auth)
$config['site']['smtp_auth'] = true;
$config['site']['smtp_user'] = [email protected]";
$config['site']['smtp_pass'] = "hidden";
$config['site']['smtp_secure'] = true;


---
Your account name is SLAMOS
You will need the account name and your password to play on Hoxera. Please keep your account name and password in a safe place and never give your account name or password to anybody.


An error occorred while sending email ([email protected])!


-- No account added into database, cannot login via website.
 
Yes, must be on.

Check if you have phpmailer.

You need to create a folder Called PHPMailer, download all files on PHPMailer/PHPMailer (https://github.com/PHPMailer/PHPMailer) and put inside.
I turened it on, I downloaded all the files into /var/www/html/PHPMailer
Still if I turn the option off no accounts can be created, any ideas?
8f7b7a606e58880761d958ba27bfae24.png
 
use host: ssl://smtp.gmail.com
im actually using it and works good.
same issue.
added
ini_set( 'display_errors', 1 );
into php.ini
(Added PHPMailer.php & SMTP.php from /var/www/html/PHPMailer into /var/www/html/classes. It removed the errors below but error 1. still there)
ed8b3caf8270509b7b751ca44097f9f4.png


database error while trying to update a row,
6377ff7c74584cd7ececab779df9635f.png
 
Last edited:
Back
Top