Question about UTL_SMTP.RSET
I am trying to use the RSET command to terminate an email message that I have started to generate. The smtp connection has been open and data has been written but instead of sending the email I want to terminate it, and UTL_SMTP.RSET should it but it get this error:
ORA-29277: invalid SMTP operation when it tries to call RSET. I tried calling CLOSE_DATA first and then RSET and the runs successfully but it still sends out the email. Anybody know the proper use of this call?
Database version is 11.1.0.7
Thanks,
Jeff