# I don't know if my emails are opened or not

**URL:** https://forum.mautic.org/t/i-dont-know-if-my-emails-are-opened-or-not/20347
**Category:** Product Support
**Tags:** mautic-3
**Created:** [August 3, 2021, 8:34am UTC](https://forum.mautic.org/t/i-dont-know-if-my-emails-are-opened-or-not/20347 "2021-08-03T08:34:04Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![stam2000](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.mautic.org/stam2000/32/1394_2.png) [@stam2000](https://forum.mautic.org/u/stam2000)
#### Post date: [August 3, 2021, 8:34am UTC](https://forum.mautic.org/t/i-dont-know-if-my-emails-are-opened-or-not/20347/1 "2021-08-03T08:34:04Z")

</div>

**Your software**  
My Mautic version is: 3.3.1  
My PHP version is: 7.3.29

**Your problem**  
My problem is: I don’t know if my emails are opened or not

I have installed postal smtp which I use to deliver my emails.  
The IP address is new, so I started to warm up the IP address. But the problem is that I don’t know if my mails are opened or not.

I have created a campaign where I insert new contacts every day during this warm up operation.  
When I check my campaign results, I see that X number of my emails have been opened.

But when I look at my opened emails report I see that no emails or about ten emails have been opened. I don’t really understand what is going on.

I need to have the real results to know if my emails are really opened or if they are sent in spam so I can improve my ip warming up.

here are 2 screenshots so you can see what I mean

 ![2-Screenshot (48)](https://us1.discourse-cdn.com/flex020/uploads/mautic/original/2X/b/b86579ea0abfc2039ead49210ee68365c154410f.png)  
 ![3-Screenshot (50)](https://us1.discourse-cdn.com/flex020/uploads/mautic/original/2X/0/03935f75975ff650e1bdfe794f08888e39eeed01.png)

mes cronjob ( au cas ou ils ont un problem)

```auto
*/5 * * * * php /var/www/html/bin/console mautic:segments:update #mautic-segments-cron
*/2 * * * * php /var/www/html/bin/console mautic:campaigns:update #mautic-campaings-update-cron
*/2 * * * * php /var/www/html/bin/console mautic:campaigns:trigger #mautic-campaigns-trigger-cron
*/1 * * * * php /var/www/html/bin/console mautic:emails:send #mautic-email-send-cron
*/1 * * * * php /var/www/html/bin/console mautic:webhooks:process #mautic-webhooks-cron
*/5 * * * * php /var/www/html/bin/console mautic:import #mautic-import-bulk-emails
*/1 * * * * php /var/www/html/bin/console mautic:messages:send
*/10 * * * * php /var/www/html/bin/console mautic:email:fetch

```

---

<div class="post-metadata">

### Author: ![stam2000](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.mautic.org/stam2000/32/1394_2.png) [@stam2000](https://forum.mautic.org/u/stam2000)
#### Post date: [August 3, 2021, 8:35am UTC](https://forum.mautic.org/t/i-dont-know-if-my-emails-are-opened-or-not/20347/2 "2021-08-03T08:35:38Z")

</div>

The two graphs show us two completely different opening rates I don’t know which is true

---

<div class="post-metadata">

### Author: ![mneumann](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.mautic.org/mneumann/32/2512_2.png) [@mneumann](https://forum.mautic.org/u/mneumann)
#### Post date: [August 3, 2021, 7:05pm UTC](https://forum.mautic.org/t/i-dont-know-if-my-emails-are-opened-or-not/20347/3 "2021-08-03T19:05:06Z")

</div>

Let me understand! The first graph is the campaign statistics and the second one is the email statistics?  
Is the campaign sending only one email? Otherwise you need to sum up all the statistics from all emails sent by the campaign. I checked on my installation. Some of the older emails do not show me a proper graph as well, although the open rates are correctly stated in the email overview. Maybe there is some bug in the email graphs of Mautic, not sure about that.

---

<div class="post-metadata">

### Author: ![stam2000](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.mautic.org/stam2000/32/1394_2.png) [@stam2000](https://forum.mautic.org/u/stam2000)
#### Post date: [August 4, 2021, 4:27am UTC](https://forum.mautic.org/t/i-dont-know-if-my-emails-are-opened-or-not/20347/4 "2021-08-04T04:27:24Z")

</div>

The first graph represents the general statistics of the campaign.  
And the second one represents the general statistics of the emails opening.  
I don’t have only one email in this campaign.

---

<div class="post-metadata">

### Author: ![mneumann](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.mautic.org/mneumann/32/2512_2.png) [@mneumann](https://forum.mautic.org/u/mneumann)
#### Post date: [August 16, 2021, 12:39pm UTC](https://forum.mautic.org/t/i-dont-know-if-my-emails-are-opened-or-not/20347/5 "2021-08-16T12:39:21Z")

</div>

well, here is the problem. If your campaign is sending several emails, you need to add up the read count of all the emails that the campaign was sending, and then see if it is matching with the open rate of the campaign. Because the campaign statistic is summing up all emails that were sent by the campaign.
