Sending an Email to an Adress that is in the Text Content

hey @Christopher_Ro , some ideas to do this:

  1. Use openAI and ask it to extract the email address
  2. Use RegEx and define a certain pattern, since the email is always the same. You can read about RegEx here.
  3. Use an external service, something like MailParser

Hope that helps you! If you want to know more let me know.

1 Like