Quote:
Originally Posted by jbindra81
So userB knows what email userA is sending and to whom.but in my case it is being sent to both recipient as well as userB.
|
How did you set it up - also with the
virtual table?
What you are looking for is something like sender based routing. One way maybe are header_checks, where you look for the sender. So you may replace the envelope but leave the original recipient intact. Then user B gets the email and has to send again to the original recipient, but it will again be routed, this time to C. Again here C has to send to deliver it finally. But: how will they do this? By forwarding the emails each time?
Also using a filter should also work:
1 2 It's quite old, but it seems there was nothing new implemented.