UTL_SMTP - how to check if email was sent successfully
557302Jan 21 2007 — edited Jan 26 2007I've been looking at examples for using UTL_SMTP. Many have exception handling for the following: UTL_SMTP.INVALID_OPERATION, UTL_SMTP.TRANSIENT_ERROR, UTL_SMTP.PERMANENT_ERROR.
If none of these are thrown can I safely assume the email was sent? I am implementing a retry feature to try and re-send the email on error...