Attach BCC to all emails processed through Windows Server 2008 SMTP relay
- by Grant H.
I currently have a relatively complicated application that sends emails via a nightly job through an SMTP server on Windows Server 2008. Is there a way to configure IIS/SMTP to send a copy of every email that's relayed to another email address? Essentially, can I add a BCC on the fly through IIS/SMTP configuration?
Because of the complexity of the application, we would prefer to change the behavior this way if it's possible as opposed to making code changes to the application.