Hi,
We are extensively using the Property Calculator 24.2.46, and now we want to start using the "Send Email" function.
The case we are trying to configure is very simple:
- When a workflow transitions to a specific state, the system should automatically send an email.
- We have an object called "Contact Person," and every object has an "Email" text property.
- In some cases, a document can have multiple contacts, so the system should send emails to more than one recipient.
I tried configuring it using "Contact Person.Email"
, but it didn’t work.
However, when I moved the "Email" property directly to the main object (instead of linking it through "Contact Person") and filled it manually, the email was sent successfully. (The SMTP settings on the server are working correctly.)
I went through the user guide but couldn’t find a solution.
Is it possible to send emails to multiple recipients? How should I configure this?
EDIT:
If I insert "Contact Person.Email" and choose only 1 Contact Person on M-Files client its working well.
so the case is only why i cant choose more then 1 Contact Person?
I tried to use Foreach() but its look like it for calculate (its not working).
Thank you for your help!