UTL_SMTP is not working
Looks like we have an issue with the UTL_SMTP procedure. The procedure is not sending any mails and does not show any errors.
I have configured the following in the database:
1. Ran \oracle\app\product\11.2.0\dbhome_1\RDBMS\ADMIN\utl_mail using sysdba
2. Ran \oracle\app\product\11.2.0\dbhome_1\RDBMS\ADMIN\prvtmail.plb as sysdba
3. granted execute on UTL_SMTP, UTL_TCP,utl_mail, DBMS_NETWORK_ACL_ADMIN T to the user
4. set the parameter smtp_out_server=<<smtp mail server >>
Please let me know if I miss any or any thing wrong.