Available logs

Available logs

While AppMail is running, it saves a lot of logs in order for you to see what is happening under the hood, which means in case something goes wrong, these logs are also extremely useful for debugging purposes.

You can view the campaigns delivery logs which record every emails sent out by any campaign.
The campaigns bounce logs which stores data related to bounces.
The campaigns abuse reports that store information when a subscriber fills in an abuse form.
The transactional emails logs which hold information about the transactional emails.
The delivery servers usage logs which record absolutely all the emails sent out by the delivery servers.
The application log which stores various events that happen when the application runs.
Detailed history with all failed login attempts.

    • Related Articles

    • Archive campaigns delivery logs

      Since AppMail stores a lot of data, there is one table in particular that will grow very much, that is, the table that store delivery info for each subscriber, its name is `campaign_delivery_log`. This can be problematic for small servers since ...
    • Delivery and Bounce logs, why you should monitor these!

      Usually, we get a certain percent of support tickets related to sending issues and first thing that I do is to look in Backend > Miscellaneous > Campaigns Delivery Logs. This area contains a lot of information that tells you exactly how your sending ...
    • How can I check my campaign delivery logs?

      Each time when a campaign is sending, AppMail keeps a log of the subscriber which received the campaigns so far so that we don’t send same email several times to same subscriber. Beside this crucial functionality, these logs can also be used to see ...
    • Cannot find a valid server to send the campaign email, aborting until a delivery server is available!

      This error is shown because AppMail does not have a delivery server to pick to send the current campaign. This can happen for various reasons, such as: 1) You actually have never created a delivery server in the first place. 2) You did create a ...
    • Performance improvements

      Here are a few things you can do to improve the performance of your AppMail app: 1. Make sure you have plenty RAM/CPU on your server. Really, you cannot expect to send million emails from your 4GB RAM vps and the server to remain snappy forever. 2. ...