I have a website with a contact form.
Once the user fills in the form, an email is being sent to my gmail in the following syntax:
From: Contact us form
<contact-us-form@example.com>To:
example@gmail.comMessage body:
- Name: username filled in form
- Email:
emailaddress@hotmail.com- Message: Hi, how are you?
I'm looking for a way to extract all the Emails that were filled in the form.. since the email from address is my own one and not the form filler one, I can't see their email address in my contacts tab.
Anyone has any idea how to do this?