Email to multiple recepients

0
I have used the mendix email modules and am able to send email to single recepients using the default microflows. I would like to modify the microflows to send emails to a list of recepients. The recepient email addresses are all stored in the same entity and i need to send the same email to all email id's in the entity. Is there any reference link with the steps to do this?
asked
1 answers
0

Retrieve the list of recepients and iteratie over this list. I would use a submicroflow to do the sending part. You could reuse the already working e-mail microflow you already have. Just add a parameter to it of the same type as the recipient.

Regards,

Ronald

 

answered