3.5.4 Configuring Email
To enable APEX to send mail, an instance administrator must configure instance-level email settings.
You can configure APEX to automatically email users their login credentials when a new workspace request has been approved. To learn more, see About Specifying How Workspaces Are Created and Selecting a Workspace Provisioning Mode.
Note:
To learn more about configuring email in Oracle APEX with Autonomous AI Database, see Send Email from APEX in Using Oracle Autonomous AI Database Serverless.- About Enabling Network Services
Enabling network services enables support for sending outbound mail in Oracle APEX, use of Web services in APEX, and PDF report printing with BI Publisher. - Configuring Email in a Full Development Environment
In a full development environment, an Instance administrator must configure Oracle APEX to send mail. - Configuring Email in a Runtime Environment
In a runtime environment, an Instance administrator must configure Oracle APEX to send mail . - Determining Email Settings in a Runtime Environment
Determine email settings in runtime environment.
Related Topics
Parent topic: Configuring Instance Settings
3.5.4.1 About Enabling Network Services
Enabling network services enables support for sending outbound mail in Oracle APEX, use of Web services in APEX, and PDF report printing with BI Publisher.
By default, the ability to interact with network services is disabled in
Oracle Database 11g Release 2 or later. Therefore, if you are running Oracle APEX with Oracle Database 11g Release 2 or later, you must use the new
DBMS_NETWORK_ACL_ADMIN package to grant connect privileges to any
host for the APEX_260100 database user. Failing to grant these privileges results in issues with:
-
Sending outbound mail in Oracle APEX.
Users can call methods from the
APEX_MAILpackage, but issues arise when sending outbound email. -
Consuming web services from APEX.
-
Making outbound LDAP calls from APEX.
-
PDF report printing with BI Publisher.
Parent topic: Configuring Email
3.5.4.2 Configuring Email in a Full Development Environment
In a full development environment, an Instance administrator must configure Oracle APEX to send mail.
To configure Oracle APEX to send mail in a full development environment:
- Sign in to Oracle APEX Administration Services.
- Click Manage Instance.
- Under Instance Settings, click Instance Settings.
- Edit the following Email attributes:
- Click Apply Changes.
Related Topics
Parent topic: Configuring Email
3.5.4.3 Configuring Email in a Runtime Environment
In a runtime environment, an Instance administrator must configure Oracle APEX to send mail .
To configure APEX to send mail in a runtime environment:
Related Topics
Parent topic: Configuring Email
3.5.4.4 Determining Email Settings in a Runtime Environment
Determine email settings in runtime environment.
To determine email settings in runtime environment:
Parent topic: Configuring Email