Create Email Collection From String

Creates a collection of the email addresses from the given string. Extracts email addresses by the template <symbols>@<symbols>.<symbols>

It may be useful for parsing ‘TO’ lines from emails to extract only email addresses, as TO line usually contains names among addresses (e.g. John Kowalski <jk@integroscrm.com>;) 

inputs:

string – input string from which email addresses are needed

  • Required: yes

outputs:

email Addresses – a collection of detected email addresses in the given string

Click to rate this post!
[Total: 0 Average: 0]

Leave a Reply

Your email address will not be published. Required fields are marked *