How to know which email the client replied to

202 views Asked by At

I am using mailgun features to send email to clients using Adonis. I am sending two types of emails:

  1. Welcome Email - When the user signs up to my website.
  2. 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?
0

There are 0 answers