SQL Server Integration Services
A Microsoft platform for building enterprise-level data integration and data transformations solutions.
2,090 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
How to send email notification when the package fail to run?
Hi @Jefferson,
If you want to trigger your mail task when any error occurs, consider the "Event Handlers".
This SimpleTask article provides a very good overview of the event handlers https://www.red-gate.com/simple-talk/sql/ssis/ssis-event-handlers-basics/
You may also refer to: Integration Services (SSIS) Event Handlers
Regards,
Zoe Hui
If the answer is helpful, please click "Accept Answer" and upvote it.