Anyone aware of a straightforward way to scrape information from an email, and create a new email using that info ?
Situation is, a 3rd party emails us and the email contains the following "fields" : Name, Phone, Message, email address.
I want something to be able to automatically extract those fields and create a new email based on them.
Possible without many lines and hours of script ? :)