Sending a copy of messages according to the rule
-
Greetings everyone!, the task is to make a copy of this letter for incoming letters to a certain mailbox and send it to another place, and in response to a response from a certain mailbox, make a copy of the letter and send it to another place.
Did it through the rule content filter
If the from header contains option contains (OR) test@test.com
Copy the message to specifield user(s) - select the account where the copy of the letter from test@test.com should go
At the output we get the picture: if test@test.com > test2@test.com then one letter is added to the copy, and if test@test.com it will be attached + test1@test.com, test2@test.com, test3@test. someone will receive 3 copies of the same letter, how can I make sure that the copy of the letter is shared with these recipients?
-
-
-
-
-
-
-
-
-
-