Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-11-2024 11:05 PM - edited 02-12-2024 03:09 AM
Hi,
I just wanted to share that I have a different experience than seen on Sandeep's screenshot (I can't share it, you have to take my word for it). I see many examples in my company instances where recipients sums up To and Copied (presumely to simplify conditions):
recipients: 1,2,3,4,5
To: 1,2
Copied: 3,4,5
EDIT: In relation to what I just wrote the condition field evaluation behaves different than (opposite to) script variables:
| email.to | Contains a comma-separated list of email addresses in the To: and Cc: boxes. |
| email.direct | Contains a comma-separated list of email addresses in the To: box. |
| email.recipients | Contains a comma-separated list of recipient addresses as a plain text string, in the To: box. |
That is very confusing 🤔
Anders