Sending Error Mail

Hey @yigit.aybey,

Instead of using the throw in each catch block you can assign a boolean variable in the catch and after all the try catch block you can check if the boolean variable value is true, you can send the email.

Thanks,
Sanjit