Hi @Rishineken Pongen ,
You can create different Outlook signatures banner for different users and randomize them by using a random number generator in the message header.
- Use the Apply this rule if… condition to specify a random number range for each mail flow rule. For example, you can use the A message header matches these text patterns condition and enter X-Random: 1-10 for the first rule, X-Random: 11-20 for the second rule, and so on. This will apply the rule only if the message header contains a random number within the specified range.
- Use the Set the message header to this value action to add a random number to the message header. For example, you can enter X-Random for the header name and [1-100] for the header value. This will generate a random number between 1 and 100 and add it to the message header.
- Use the Append the disclaimer action to add the disclaimer or signature banner to the message. You can use HTML or plain text to format your disclaimer.
If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.