Can someone confirm for me:
email.send, I appreciate if it bounces a "bounceback notification" is generated but does that mean in real terms that an email is sent to the sender notifying them but is it something I can capture and manage in the script invoking the email.send? (i.e. would a try /catch pick this up?)
<TESTED IN DEBUGGER>
and found that although I received an email from the system I was unable to try/catch this failing which makes sense.
So, anyone know if it's possible to trap a failed email.send due to the recipient being incorrect and suggest how in script please?