When Exchange receives a message, send notification to another address
- by Rick Kierner
I have an internal Exchange 2010 server that receives no outside email and sends no email outside. I'd like to send a notification email to an outside email when a user receives a message on the internal Exchange server.
This message would simply say "A Message has been sent to your XYZ Email, go check it"
Theoretically, the AD would have an external email address associated with the user's AD account. I'm hoping that a process could be triggered when an email is received on this Exchange server and I could take some type of action to look up the AD account for the recipient, grab the external email address and send a standard email to that user.
This would be a global rule for all Exchange accounts.
The problem is that I don't know where to start. Thanks!