You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since mailcatcher works in local, we must use inbound mails to send/receive mails in local in 2 subdomains.
The value of in_reply_to is nil when I download the mails from google. That means in production also, we are getting nil or other same value for different emails so they are piling up in the same thread.
As I mentioned above, I am getting nil value but if I forward the same mail, then we get the in_reply_to value and it will start the new thread.
Describe the bug
When a user receives email on their subdomain, emails that shouldn't be part of 1 thread are pushed into the same thread
To Reproduce
Steps to reproduce the behavior:
Expected behavior
2 separate threads should be created
The text was updated successfully, but these errors were encountered: