Details
-
New Feature
-
Status: Open (View Workflow)
-
Minor
-
Resolution: Unresolved
-
None
-
None
Description
The UTL_SMTP package is designed for sending electronic mails (e-mails) over Simple Mail Transfer Protocol (SMTP) as specified by RFC821.
See: https://docs.oracle.com/en/database/oracle/oracle-database/21/arpls/UTL_SMTP.html
Types
- Connection
Methods
- open_connection
- helo
- rcpt
- open_data
- write_data
- close_data
- quit