Send Email from Oracle APEX
You can
use the APEX_MAIL
package to send email from Oracle APEX applications deployed in Autonomous Database.
Before you use APEX_MAIL
you must configure an SMTP server that will
deliver email from Oracle APEX. Oracle APEX on Autonomous Database supports Oracle Cloud Infrastructure Email Delivery service as well as third party email providers.
- Configure OCI Email Delivery
Your Oracle APEX instance can utilize OCI Email Delivery service to send email from APEX applications. - Configure Third Party Email Provider
Your Oracle APEX instance can utilize third party email providers to send email from APEX applications. - Validate Email Configuration
Shows the steps to confirm your email provider is ready to use withAPEX_MAIL
. - Notes for Sending Email from Oracle APEX
Provides notes for working with email providers in Oracle APEX from an Autonomous Database instance.
Configure OCI Email Delivery
Your Oracle APEX instance can utilize OCI Email Delivery service to send email from APEX applications.
To configure APEX_MAIL
functionality to use OCI Email Delivery service:
See Overview of Email Delivery for more information.
Parent topic: Send Email from Oracle APEX
Configure Third Party Email Provider
Your Oracle APEX instance can utilize third party email providers to send email from APEX applications.
Before configuring a third party email provider in APEX, ensure the following prerequisites are met:
- Your Autonomous Database must be configured to use a Private Endpoint.
- The email provider's SMTP endpoint (port 25 or 587) must be accessible from the Virtual Cloud Network (VCN) and subnet where your Autonomous Database is provisioned.
See Configure Network Access with Private Endpoints for more information.
After the above prerequisites are met:
Parent topic: Send Email from Oracle APEX
Validate Email Configuration
Shows
the steps to confirm your email provider is ready to use with
APEX_MAIL
.
Parent topic: Send Email from Oracle APEX
Notes for Sending Email from Oracle APEX
Provides notes for working with email providers in Oracle APEX from an Autonomous Database instance.
Note the following when working with email providers in Oracle APEX:
- There is a default limit of 1,000 emails per workspace in a 24-hour
period. You can update or remove this limit in Oracle APEX Administration Services or by setting the
WORKSPACE_EMAIL_MAXIMUM
instance parameter. If you are using OCI Email Delivery service, the service may impose additional limitations. - When using OCI Email Delivery service, an approved sender must be set up for all possible “From” addresses or mail will be rejected. See Managing Approved Senders for more information.
Parent topic: Send Email from Oracle APEX