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 extension archive and upload it. Once the archive is uploaded, AppMail will inform you and you’ll be able to enable it.
Please note that most of the extensions have settings pages, and in order to reach those pages, you have to click on the extension title from the extensions list.
For example, in order to view CKEditor settings, we click on its title like:
We can also click on the little “eye” icon from the right side of each extension row.
Related Articles
Install steps
INSTALL NOTES: Unzip the archive containing the AppMail application. 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, ...
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 ...
Setup guide for the “Subscribe by email” extension
After you have installed the Subscribe by email extension, it’s time to set it up properly so that subscribers will be able to subscribe or unsubscribe by email directly, instead of going to a subscription/unsubscription form. If you go to the ...
How can I tell AppMail how to use or not to use php’s Tidy extension?
Please note that the setting from the code also works and has more weight than the one from the web interface, therefore if Tidy is enabled from the code but disabled from the web interface, then it will be disabled, but if it is disabled from the ...
Example extension for development
Make the extension available only for certain apps: customer / frontend / backend / API / console Hook in one/more of the above apps Hook into existing actions / hooks Add your own settings page Add a simple menu link Load your own controllers ...