Page 1 of 1

Oracle 12C ACL for smtp2go setup

Posted: Tue Aug 18, 2020 12:41 pm
by admin
BEGIN
DBMS_NETWORK_ACL_ADMIN.append_host_ace (
host => 'mail.smtp2go.com',
lower_port => 587,
upper_port => 587,
ace => xs$ace_type(privilege_list => xs$name_list('http'),
principal_name => ‘myuser',
principal_type => xs_acl.ptype_db));
END;
/