Tracking Undelivered E-Mail using UTL_SMTP
I am sending e-mail using UTL_SMTP. If there is any error in the e-mail delivery for e.g. say if the E-Mail bounced etc. then can i capture those events in my code?
E-Mail can bounce back for any reason. for e.g. e-mail address is not valid. What all error we can capture using UTL_SMTP?
Edited by: LostWorld on Jan 26, 2011 11:34 PM