How to extract multiple addresses from string and send automatic email to all of them?
There is a Send Email element in the business process sending emails automatically that takes "To:" parameter from some string field.
The string field can contain multiple addresses separated by "; ".
What is the easiest method to send emails to all the listed addresses?
Like
Hello Yuriy,
You can add multiple emails by clicking the button next to the 'To' field in the [Send email] element. You can add emails from process parameters, lookups, system settings. Please check a screenshot below to see how the selected multiple emails look like in the process element.
Besides, you can find more information about [Send email] process element here: https://academy.creatio.com/docs/user/bpm_tools/process_elements_refere…
Regards,
Kseniia
Kseniia Prokopenko,
If I have a string of multiple addresses, I don't know how many at the time I create the business process , so I can't add + to the TO when I create the business process, Is there a way to add + inside the business process when it runs (like loop over all addresses and add TOs)?