Install steps

Install steps

INSTALL NOTES:

  1. Unzip the archive containing the AppMail application.
  2. In the resulted folder, you’ll find a folder named “latest”. Upload the contents of that folder on your web hosting account, in the document root, that is, /home/username/public_html most likely. Please note that if you already have another web app installed in your document root (i.e.: wordpress), it is better to create a new folder inside the document root, say mailer (/home/username/public_html/mailer/) and put the files there.
  3. Point your browser to the install directory.
  4. After installing, make sure you remove the install folder from your host (the folder that is called install).

    • Related Articles

    • Install extension

      AppMail extensions are packed in zip archives, so in order to install a AppMail extension, you have to go to Backend > Extend > Extensions area and click on the “Upload Extension” button. This will open a dialog like: From here, you’ll select your ...
    • Upgrade steps

      Before starting the update process, make sure you backup your files and database, this is very important. The upgrade process: Make sure you download latest version of AppMail and you don’t use the files from the same version you already have ...
    • Special characters, such as “€” don’t show properly inside invoices.

      This happens because your PHP install lacks the iconv() function, most likely because PHP has been compiled without iconv support. You have to install and enable iconv in order for this to work. If you are using CPanel, then just recompile PHP with ...
    • How translation works?

      The command name is translate and can be used as follows: -bash-4.2$ /usr/bin/php /absolute/path/to/apps/console/console.php translate Please provide the language name(i.e: English) : Romanian Please enter the 2 letter language code(i.e: en) : ro ...
    • The IMAP extension is missing from your PHP installation.

      In case this kind of error isn’t pretty self-explanatory, your php instance doesn’t contain the imap extension. If you have access to command line, following commands should install php imap on your server: If you are on CentOS / RedHat / Fedora or ...