I have the scenario, where i keep e-mail address and other informations in an itemlist.
Now i need to send e-mails for each recipient in the itemlist. The e-mail contains informations from other columns in this list.
By having three entries in the itemlist, there would be three e-mails with different content to be sent.
Currently i'm thinking about creating a simple workflow to send an e-mail. The workflows would be started with the "Start a subworkflow (SQL)" action based on the itemlist content.
Are there other/better approaches to solve this scenario?