Oracle UTL_MAIL_INTERNAL
Version 26ai

General Information
Library Note Morgan's Library Page Header
The best Oracle News for FY2026

Oracle Database 26ai is now availble. If you haven't you downloaded already: Why?
Purpose Internal support package for UTL_MAIL
AUTHID DEFINER
Dependencies
UTL_MAIL V$PARAMETER  
Documented No
First Available Not known
Security Model Owned by SYS with EXECUTE granted to PUBLIC
Source {ORACLE_HOME}/rdbms/admin/prvtmail.plb
 
GET_SMTP_SERVER
Returns the name of the configured SMTP server utl_mail_internal.get_smtp_server(smtp_server OUT VARCHAR2);
DECLARE
 sname VARCHAR2(30);
BEGIN
  utl_mail_internal.get_smtp_server(sname);
  dbms_output.put_line(sname);
END;
/

Related Topics
Built-in Functions
Built-in Packages
UTL_MAIL
UTL_SMTP
What's New In 21c
What's New In 26ai

Morgan's Library Page Footer
This site is maintained by Daniel Morgan. Last Updated: This site is protected by copyright and trademark laws under U.S. and International law. © 1998-2026 Daniel A. Morgan All Rights Reserved