Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

UTL_SMTP - how to check if email was sent successfully

557302Jan 21 2007 — edited Jan 26 2007
I'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...
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 23 2007
Added on Jan 21 2007
3 comments
2,600 views