Need to send emails if the process fails
Hello,
I want to know that is there is a way to send emails when the task or a certain operator fails or when process fails due to certain error?
Also, i am getting success emails from [email protected]. Is there any way that I can send the email via my address??
Please help.
Regards,
Vineet
I want to know that is there is a way to send emails when the task or a certain operator fails or when process fails due to certain error?
Also, i am getting success emails from [email protected]. Is there any way that I can send the email via my address??
Please help.
Regards,
Vineet
0
Answers
to control certain operators or subprocesses, you can use Handle Exception together with the Send Mail operator. There you can also specify the headers. To define the sender address, define the FROM header as [email protected]
Best regards,
Marius