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

email

  1. Szmycu

    [ZNOTE ACC] - Contact page | working sending mails

    Firstly You have to do: In the config.php file provide info in $config['mailserver'] Next thing we have to put this code in contact.php <?php require_once 'engine/init.php'; include 'layout/overall/header.php'; ?> <h1><b>Contact</b></h1> <h4>Write your message below and fill all...
  2. Snavy

    Gesior AAC 2012 - WONT SEND EMAIL

    On lost account page, when you enter charcter name and choose the option which is supposed to send an email to your account with your password doesn't work. The following error shows up: An error occorred while sending email! Try again or contact with admin. I have tried the following...
  3. Snavy

    AAC Gesior 0.4 - Wont send email

    Ive installed gesior 0.4 but it seems like email system isn't working that well. # Emails Config $config['site']['send_emails'] = true; $config['site']['mail_address'] = "[email protected]"; $config['site']['smtp_enabled'] = true; $config['site']['smtp_host'] = "mail.gmail.com"...
Back
Top