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

Gesior lost account interface

Axelor

Member
Joined
Sep 2, 2010
Messages
505
Reaction score
9
Hello,

My gesior lost acocunt isint working, I get this error everytime when I try lost acocunt.


PHP:
Could not instantiate mail function.




this is my script in config.php

PHP:
// E-MAIL config
$config['site']['send_emails'] = <whathere?>'; // is acc. maker configured to send e-mails?
$config['site']['mail_address'] = <whathere?>''; // e-mail address
$config['site']['smtp_enabled'] = <whathere?>''; // send by smtp or mail function (set 0 if use mail function)
$config['site']['smtp_host'] = '<whathere?>''; // address
$config['site']['smtp_port'] = <whathere?>'; // port
$config['site']['smtp_auth'] = '<whathere?>''; // need authorization? (set 0 if not need auth)
$config['site']['smtp_user'] = 'l<whathere?>''; // login
$config['site']['smtp_pass'] = '<whathere?>'; // password

Repp+
 
Last edited:
Back
Top