As you can guess from the title I wanted to know how to send more mail with a single mail Task (at different addresses, the same mail to more people)
Solved! Go to Solution.
Did you try to split by commas ',' check out the docs
Did you try to split by commas ',' check out the docs
Hi Matteo Zanardo,
As Bassam Al-Sarori explained,
<activiti:field name="to" expression="${recipient}" />
you need to change the to field for multiple users and pass the values accordingly.
You can also send emails manually using script tasks by javascript api
execute | Alfresco Documentation
There is one parameter
mail.parameters.to = "*****@****.com";
ormail.parameters.to_many = ['****@****.com','****@****.com'];
if you wants to send emails in multiple then pass the values in array
Thanks,
Vikash
Ask for and offer help to other Alfresco Process Services and Activiti Users and members of the Alfresco team.
By using this site, you are agreeing to allow us to collect and use cookies as outlined in Alfresco’s Cookie Statement and Terms of Use (and you have a legitimate interest in Alfresco and our products, authorizing us to contact you in such methods). If you are not ok with these terms, please do not use this website.