Hi @Jonathan Quartier , without 'die on error' option, the exception will be handled internally and isn't thrown out, so it's impossible to catch it. What is your use case? Do you want the job continue to execute even though there is an error occurs on tSendMail?