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

Hello :smiley:

We would like to generate an automatic reply to certain emails. However, the email address of the recipient of the automatic reply is part of the content of the email.

How can we read the email address from the content of the email to use it as the recipient of a new email?

Screenshot 2023-05-04 140053

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