Sent out a segment email to Contacts which works fine and Mautic also picks up on emails being read, when possible, but it doesn’t pick up on the replies which goes to a dedicated imap account which Mautic verified that it can connect to. And checking from command line it looks like it’s working or at least it’s checking:
[2025-09-12 12:29:18] 0 emails processed for {``mail.server.net:993/imap/ssl``}INBOX/Bounces with a criteria of UNSEEN [2025-09-12 12:29:18] 0 emails processed for {``mail.server.net:993/imap/ssl``}INBOX/Unsubscribes with a criteria of UNSEEN [2025-09-12 12:29:18] 0 emails processed for {``mail.server.net:993/imap/ssl``}INBOX with a criteria of UID 6:1000000006
But, it’s not picking up the response emails; open for pointers what to check since I’m coming up short now on ideas and haven’t found anything in the forum either which would point me in the correct direction either.
What is mentioned is to ensure that the emails are marked as UNSEEN if polled by other email accounts. Q1: Does Mautic keep track whether an email was marked as SEEN and ignore the email even if it’s marked as UNSEEN again, or will it actually pick it up and marked by itself SEEN and add the record to the Contact? Q2: is there a way to trigger/reset (beside having it to fetch emails) Mautic to do a full mailbox rescan again and pick up the emails?
It might be that I missed out on something but I believe that I got it right with regards to how to setup the mailboxes that I use and had a nice read-up on the topic also via this article How to Track Email Replies From Your Contacts with Mautic.
A bit more information then on my setup for sanity check that I didn’t miss out on anything. I’m using to primary imap mailboxes for the setyp:
Q1: That’s the server, it know when is a new email, when has been read but marked as unread and if it’s already opened and shown as opened. Mautic only recovers new ones.
Q2: Well, via API, you can pipe bounces, but is a harder setup
What kind of mail server are you using? what’s your full setup? Like use a linux exim, or send via SES or any other provider, windows?