• 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 Znote Email Config Under Uniserver

zerosmoke

New Member
Joined
Jul 5, 2011
Messages
37
Reaction score
0
I have seen a lot of threads about "Well this works for me, sucks that it doesn't work for you", and after searching and trying, with the Znote edition of Gesior, this is what I ended up with that works:

In your webserver folder under www/config/config.ini, if you are using gmail, use these settings:

layouts = "rasta,tibiacom,darkritual"
send_emails = "yes"
mail_address = "[email protected]"
smtp_enabled = "yes"
smtp_host = "ssl://smtp.gmail.com"
smtp_port = "465"
smtp_auth = "yes"
smtp_user = "[email protected]"
smtp_pass = "yourpassword"
email_lai_sec_interval = "300"
one_email = "yes"

I've included a bit of extra code at top and bottom so you see exactly where it goes. One of the major errors I noticed other people making was setting the smtp host as ssl://mail.gmail.com. That is incorrect. Note above configuration. I hope this helps a few people at least from spending several hours trying to get their own to work.
 
Back
Top