Need Help Parsing Email Info

Status: Open · Asked by waveydavey on · 0 views

waveydavey — Question ·

I am having an issue. When an email is sent to [email hidden] (Limo Lead Gen Website Email) from [email hidden] (Person Wanting to Rent a Limo) I need to forward that email and the info to [email hidden] (The Limousine Company).

I need for the sender's email address (the person wanting to rent a limo [email hidden]) to be parsed in the message to the limousine company ([email hidden]). Is this possible? So the message to [email hidden] needs to have [email hidden] info in that email somewhere. I'm only seeing where the parser has the info of where the email was sent to originally (xyz) and not from the person who sent it.

The "to email address" showing up is the parser email address and the "from email address" is the email address from where the parsed messages are forwarded. So I'm not seeing a way to see the email address of the person who sent the email to the limo lead gen website.

Hope my explanation makes sense.
Thanx in advance

Neeraj Agarwal — Reply ·

Usually when the emails are forwarded. The original From emails are preserved in the Forwarded Body of the email.

Do check the Body HTML of the parsed email and see if you captured any email address over there. If yes, you can extract that email by applying some Text Extraction logic.

You can check the Email Parser video to learn how to extract data from body of the email.

youtube.com/watch?v=xxWoEJbrtFE

Back to all forum threads · Log in to reply