hey @Christopher_Ro , some ideas to do this:
- Use openAI and ask it to extract the email address
- Use RegEx and define a certain pattern, since the email is always the same. You can read about RegEx here.
- Use an external service, something like MailParser
Hope that helps you! If you want to know more let me know.