I feel that this should not be a hard question, but I must be overlooking something. The goal is to create a rule that redirects emails to a specified user, to another mailbox, and sends a disclaimer/notificationback to the sender. The rule so far is as below:
Apply the rule if.. The recipient is: Specified User
Do the following.. Redirect the message to: Different User
Except if.. The sender is located: Inside the organization
What I want to put in place would be something like below:
Apply the rule if.. The recipient is: Specified User
Do the following.. Redirect the message to: Different User
and Notify the sender with a message: Message text
Except if.. The sender is located: Inside the organization
I can't seem to find a way to have the rule send an email back to the sender. Thanks for any help provided.