From the docs at Oracle [1]:
The UTL_SMTP
package is designed for sending electronic mails (emails) over Simple Mail Transfer Protocol (SMTP) as specified by RFC821.
The folks at PSOUG[2] have also noted that historically, this built-in package has been around since Oracle 8i:UTL_SMTP Definition[3] |
The UTL_MAIL package was similarly created to replace UTL_SMTP. Both work slightly differently from one another. Oracle announced the eventual replacement of the newer mail utility around Release of the Oracle 10g RDBMS product release. It's definition:
UTL_MAIL Definition [4] |
- Oracle PL/SQL Documentation: UTL_SMTP
http://docs.oracle.com/cd/B19306_01/appdev.102/b14258/u_smtp.htm#i1002798 - (PSOUG) Puget Sound Oracle User Group
- UTL_SMTP History
http://psoug.org/reference/utl_smtp.html - UTL_MAIL History
http://psoug.org/reference/utl_mail.html
No comments:
Post a Comment