Send Email from Oracle APEX
You can
use the APEX_MAIL
package to send emails from Oracle APEX applications deployed in Autonomous Database.
Before you use APEX_MAIL
you must configure an email
provider in your Oracle APEX instance. The only supported email provider is Oracle Cloud
Infrastructure Email Delivery service.
Note:
Third-party email providers are not supported.To enable APEX_MAIL
functionality in your APEX instance
in Autonomous Database:
Note:
There is a default limit of 5,000 emails per workspace in a 24-hour period. You can update or remove this limit in Oracle APEX Administration Services or by setting theWORKSPACE_EMAIL_MAXIMUM
instance parameter. Oracle Cloud
Infrastructure Email Delivery may impose additional limitations.
An approved sender must be set up for all “From:” addresses sending mail though Oracle Cloud Infrastructure, or mail will be rejected. There are limitations on approved senders with Oracle Cloud Infrastructure Email Delivery. See Managing Approved Senders for more information.
For more information, see:
- Overview of the Email Delivery Service
- APEX_MAIL in Oracle APEX API Reference
- APEX_INSTANCE_ADMIN in Oracle APEX API Reference