09-07-2018 03:16 AM
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)
10-02-2018 09:59 AM
Did you try to split by commas ',' check out the docs
10-02-2018 09:59 AM
Did you try to split by commas ',' check out the docs
12-04-2018 02:14 AM
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
Explore our Alfresco products with the links below. Use labels to filter content by product module.