Problem of sending email within try block
I wrote a javascript to invoke after a document is created in a folder (through the rule). In this script, I tried to send an email. I put "mail.execute(document)" in the try block, so that it can catch the exception when sending an email (like conne...