Attach BCC to all emails processed through Windows Server 2008 SMTP relay
        Posted  
        
            by 
                Grant H.
            
        on Server Fault
        
        See other posts from Server Fault
        
            or by Grant H.
        
        
        
        Published on 2012-09-04T20:46:08Z
        Indexed on 
            2012/09/04
            21:40 UTC
        
        
        Read the original article
        Hit count: 359
        
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.
© Server Fault or respective owner