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 ...