# Mautic marks as read gmail message via contact replies monitor

**URL:** https://forum.mautic.org/t/mautic-marks-as-read-gmail-message-via-contact-replies-monitor/31265
**Category:** Product Support
**Created:** [March 14, 2024, 10:18am UTC](https://forum.mautic.org/t/mautic-marks-as-read-gmail-message-via-contact-replies-monitor/31265 "2024-03-14T10:18:19Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![yochay11](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.mautic.org/yochay11/32/7301_2.png) [@yochay11](https://forum.mautic.org/u/yochay11)
#### Post date: [March 14, 2024, 10:18am UTC](https://forum.mautic.org/t/mautic-marks-as-read-gmail-message-via-contact-replies-monitor/31265/1 "2024-03-14T10:18:19Z")

</div>

Hi guys,  
I am monitoring contact replies in mautic via gmail imap.

I am facing a problem that when the fetch mails cron run it make my emails marked as read:  
php /path/to/mautic/bin/console mautic:email:fetch

Is there a way to fix that so it won’t mark the mails as read?

---

<div class="post-metadata">

### Author: ![a.towne](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.mautic.org/a.towne/32/1351_2.png) [@a.towne](https://forum.mautic.org/u/a.towne)
#### Post date: [March 16, 2024, 1:01pm UTC](https://forum.mautic.org/t/mautic-marks-as-read-gmail-message-via-contact-replies-monitor/31265/2 "2024-03-16T13:01:14Z")

</div>

You could use a separate mailbox just for replies (something like [reply@domain.com](mailto:reply@domain.com)). That mailbox could forward messages to yours, but the replies would be tracked in the other inbox.

---

<div class="post-metadata">

### Author: ![yochay11](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.mautic.org/yochay11/32/7301_2.png) [@yochay11](https://forum.mautic.org/u/yochay11)
#### Post date: [March 16, 2024, 1:14pm UTC](https://forum.mautic.org/t/mautic-marks-as-read-gmail-message-via-contact-replies-monitor/31265/3 "2024-03-16T13:14:16Z")

</div>

Thanks i got to the same idea and i use cloudflare to forward email to 2 different gmail accounts.

The problem i have a the moment is that mautic know how to read data from one account but not from the other.

Also the fact that there is no way to not mark it as opened is also a problem.
