how to send multiple emails based on the input provided by the user in a text ARea?
Hi All,
I want to send multiple emails to a particular user and the no.of emails depend on the input provided by the user for one of the attribute.
the input is a eight digit number separated with a special character and one email should be sent for each eight digit number in the input.
11111111;44444444;33333333 -> in this case I need to send three emails
currently we are sending a single email which includes all this information
Thanks,
Surender