Monday, March 29, 2010

Email to multiple Recipients

Problem:
Sending Email from BPEL to multiple recipients

Solution
It might just be the smallest topic I have ever blogged about, just thought to share it with you all.
EmailPayload of the Notification Service takes a String. If that String contains a comma separated list of email-addresses, it will send emails to each of the adresses in that list.
For example:
To: abhi@xyz.com,abhishek@abc.com

No comments: