Can someone confirm for me: email.send, I apprecia...
# suitescript
n
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?
m
Search for "Troubleshoot Undelivered Email" in the help center, maybe it could help.
d
Some delivery issues will cause an error, but I think this is generally "pre-flight" checks before hitting the smtp server. You might be able to create a saved search alert when new bounce messages are created but I've never actually tried.
n
Thanks both for the replies. It strikes me everything available is too far down the river to facilitate what I need in script. Appreciated.