Customizing Mail Message in SSIS Event Handler
        Posted  
        
            by Eric Ness
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Eric Ness
        
        
        
        Published on 2010-04-28T14:24:37Z
        Indexed on 
            2010/04/28
            16:33 UTC
        
        
        Read the original article
        Hit count: 307
        
I want to add an email notification to an SSIS 2005 package event handler. I've added a Send Mail task to the event handler. I'd like to customize the email body to include things like the error description. I've tried including @[System::ErrorDescription] in the MessageSource field, but the mail message doesn't include the value of ErrorDescription only the name of the variable.
© Stack Overflow or respective owner