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

GMX Email configuration error

Loth Gena

Roxeria 8.60 Developer
Joined
Feb 5, 2014
Messages
245
Reaction score
23
Location
UK
Hi all, using TFS 0.2.8 and Gesior AAC (which works perfect with my server)

Only problem i get is the email configuration, it doesn't send emails. For example when i make a new account, the account gets created but i get an error on the website "Error while trying to send an email".

Here is the config of Gesior AAC email:
Code:
# Emails Config
$config['site']['send_emails'] = true;
$config['site']['mail_address'] = "[email protected]";
$config['site']['smtp_enabled'] = true;
$config['site']['smtp_host'] = "mail.gmx.com";
$config['site']['smtp_port'] = 25;
$config['site']['smtp_auth'] = false;
$config['site']['smtp_user'] = "[email protected]";
$config['site']['smtp_pass'] = "mypassword";

maybe they changed their host name or port? This is what it came like standard (myemail and mypassword have been changed)

Thanks in advance!
 
Back
Top