Configuring email in Oracle APEX
Reason for wrote this post: From Mylearn Workspace we can easily send mails without any obstacles. But in our OCI free tier account we need to do some initial setup for sending email from APEX workspace or DB. Else it will be in mail queue itself. What you will get: Basic idea of email triggering from DB. How to configure default sender email and send test email from OCI free tier APEX workspace. Steps involved: 1. Create user and generate SMTP credentials 2. Getting Public end point URL 3. Updating Instance settings in Administration 4. Validating the configuration Create user and generate SMTP credentials In left navigation menu go to the Identity & Security tab navigate to Domain section. Under Default domain go to Users tab and Create User with required details (we can go with default user also, for the testing purpose I created new user and used it) Once th...