# No Read E-mails

**URL:** https://forum.mautic.org/t/no-read-e-mails/3196
**Category:** Product Support
**Created:** [January 11, 2016, 12:07pm UTC](https://forum.mautic.org/t/no-read-e-mails/3196 "2016-01-11T12:07:11Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![Volnei](https://avatars.discourse-cdn.com/v4/letter/v/58956e/32.png) [@Volnei](https://forum.mautic.org/u/Volnei)
#### Post date: [January 11, 2016, 12:07pm UTC](https://forum.mautic.org/t/no-read-e-mails/3196/1 "2016-01-11T12:07:11Z")

</div>

Hi there.  
  
  
  
I’m having a problem: I have sent about 3,000 emails via Sendgrid and on Sendgrig i know that i had opens e-mails, but on Mautic this number is Zero.  
  
  
  
I used a local server, running on 8080 port with Xampp, and know the Cron Jobs are ok because i’m using [https://cron-job.org/en/](https://cron-job.org/en/) to do that and can check the logs.  
  
  
  
Thanks!

---

<div class="post-metadata">

### Author: ![Volnei](https://avatars.discourse-cdn.com/v4/letter/v/58956e/32.png) [@Volnei](https://forum.mautic.org/u/Volnei)
#### Post date: [January 11, 2016, 12:07pm UTC](https://forum.mautic.org/t/no-read-e-mails/3196/2 "2016-01-11T12:07:11Z")

</div>

Hi there.

I’m having a problem: I have sent about 3,000 emails via Sendgrid and on Sendgrig i know that i had opens e-mails, but on Mautic this number is Zero.

I used a local server, running on 8080 port with Xampp, and know the Cron Jobs are ok because i’m using [https://cron-job.org/en/](https://cron-job.org/en/) to do that and can check the logs.

Thanks!

---

<div class="post-metadata">

### Author: ![Volnei](https://avatars.discourse-cdn.com/v4/letter/v/58956e/32.png) [@Volnei](https://forum.mautic.org/u/Volnei)
#### Post date: [January 11, 2016, 12:10pm UTC](https://forum.mautic.org/t/no-read-e-mails/3196/3 "2016-01-11T12:10:22Z")

</div>

Oh, and i forget say, i publish that using Endial Firewal, so the external link works ok on external networks, http:\[revestebem.ddns.net](http://revestebem.ddns.net).

---

<div class="post-metadata">

### Author: ![escopecz](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.mautic.org/escopecz/32/370_2.png) [@escopecz](https://forum.mautic.org/u/escopecz)
#### Post date: [January 11, 2016, 3:25pm UTC](https://forum.mautic.org/t/no-read-e-mails/3196/4 "2016-01-11T15:25:20Z")

</div>

The email tracking doesn’t work on local servers. Mautic converts all the links in the email to trackable links. So for example

```auto
http://example.com
```

is changed to

```auto
http://mymautic.com/r/[long_string]...
```

So firstly, when the user clicks the link, she goes to Mautic. Mautic tracks the click and then it redirects them to the original URL.

So if you’ve sent email from localhost, the URL in the email throw error for the users. It works only on the localhost computer. It is also noted in the docs:

[https://www.mautic.org/docs/emails/troubleshooting.html](https://www.mautic.org/docs/emails/troubleshooting.html)
