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

configuring Gesior to send emails with GMAIL?

Dored

TibiaServer Distributor
Joined
Oct 11, 2009
Messages
58
Reaction score
0
hi there.

Now i come with this doubt, how to configure gesior for lastest TFS 8.54?.

This is currently my config.

Code:
// E-MAIL config
$config['site']['send_emails'] = 1; // is acc. maker configured to send e-mails?
$config['site']['mail_address'] = "[email protected]"; // e-mail address
$config['site']['smtp_enabled'] = "yes"; // send by smtp or mail function (set 0 if use mail function)
$config['site']['smtp_host'] = "smtp.gmail.com"; // address
$config['site']['smtp_port'] = 25; // port
$config['site']['smtp_auth'] = "true"; // need authorization? (set 0 if not need auth)
$config['site']['smtp_user'] = "[email protected]"; // login
$config['site']['smtp_pass'] = "8nnxy4bi9ia2yszgkfc0aq11"; // password

but it doesn't work.

SMTP Error: Could not connect to SMTP host.
 
Back
Top