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 iconv() support, otherwise you’ll have to google how to install it depending on your linux distribution.
Related Articles
My campaigns don’t send, they’re stuck in “Pending-Sending” status
When this happens, most likely the cron jobs that must run in order to pick up the campaigns and send them are not running, and no, it’s not something wrong with the application, but you simply need to feed the application with the right data in ...
Seems that bounces aren’t processed, what can I do?
So, you’ve sent a campaign and expect to get some bounces back because you intentionally put invalid emails there but nothing shows in the bounces area of the campaign and you are stumped because of that (that makes two of us) and of course you need ...
My Autoresponders don’t send
Most likely the reason for this is the number of campaigns at once from Backend > Settings > Cron, so try to put there a higher number, like 50 and see if that fixes the problem.
Campaign activity map doesn’t work!
The extension that will put opens, clicks and unsubscribes on a google map is called Campaign Activity Map and it has to be enabled from Backend > Extensions area. Once the extension is enabled, clicking on its title or on the extension details page ...
My campaigns list page does not load properly
In most cases, this problem is triggered by the grid columns in the campaigns list, which show stats (see image below). What happens is that in order to show the stats, AppMail has to query the database in complex ways, which can be very resource ...