Hello everyone.
oracle db 19C + APEX 19.2
I want to send email in my apps.But I can't make it,please give me some advice.
Thanks for any help.
- I run this pl/sql refer to the Oracle APEX 19.2 Guide.
BEGIN DBMS_NETWORK_ACL_ADMIN.APPEND_HOST_ACE( host => '*', ace => xs$ace_type(privilege_list => xs$name_list('connect'), principal_name => 'APEX_190200', -- I have changed it to my schema,you can see next picture principal_type => xs_acl.ptype_db)); END; /
2. then I check the acl privilege,it seems like no error.

3. and then I configure my email server:

4. finally I got ACL error when I attempt to send test email,I can find them in Mail Queue,just can't send.
ORA-24247: network access denied by access control list (ACL)
