I am using mailgun features to send email to clients using Adonis. I am sending two types of emails:
- Welcome Email - When the user signs up to my website.
- Orders Email - When the user orders an item.
Now when someone replies to the mail(welcome or orders mail), I am receiving that that reply in my backend and storing it.
My doubt is how to i know if the client replied to welcome email or orders email?