We just had an issue that due to our custom render task failing the email addresses were getting set as bounced emails. It was a bit time consuming tracking down that it was an error with our code and not emails actually bouncing.
So I thought it might be an idea to put something in the documentation to tell people they need to make sure they handle or log exceptions as if any custom code fails it will show as a bounced email.
We'll look at maybe implementing som kind of "sandbox mode" that can show the users what went wrong. Meanwhile I always recomend people to hook into the process with the debugger so that if it's your code that causes the error, I'll get noticed.
Notification of custom render task failure
We just had an issue that due to our custom render task failing the email addresses were getting set as bounced emails. It was a bit time consuming tracking down that it was an error with our code and not emails actually bouncing.
So I thought it might be an idea to put something in the documentation to tell people they need to make sure they handle or log exceptions as if any custom code fails it will show as a bounced email.
Thank you suzyb!
Great feedback!
We'll look at maybe implementing som kind of "sandbox mode" that can show the users what went wrong. Meanwhile I always recomend people to hook into the process with the debugger so that if it's your code that causes the error, I'll get noticed.
/ M
is working on a reply...