• 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 Problem

Apoccalypse

New Member
Joined
Apr 15, 2017
Messages
114
Solutions
2
Reaction score
4
Hello guys,
I am using tfs 0.3.6 , tibia 8.60 client.
I have a problem with my "send email" option on Acc Gesior.
I get two errors and email is not send when player register new account or choose the option "Lost account".

Here is my config.php but I am pretty sure everything is allright down there.
PHP:
# Emails Config
$config['site']['send_emails'] = true;
$config['site']['mail_address'] = "[email protected]"; //
$config['site']['smtp_enabled'] = true;
$config['site']['smtp_host'] = "smtp.gmx.com";
$config['site']['smtp_port'] = 587;
$config['site']['smtp_auth'] = true;
$config['site']['smtp_user'] = "[email protected]";
$config['site']['smtp_pass'] = "Mypassword";

And here are the errors:

3994aa47a0a48.png


I tried to use many versions od PHPMailer.php but unfortunately I couldn't make it working.
I found the thread like this Windows - Gesior send email dont work

I think that solution form there could help me so I downloaded PHPMailer version 5.2.23 but I really don't get where I should place that " require '/path/to/PHPMailerAutoload.php';" ?

If anyone could help that would be great :)
 
Back
Top