ora-29279 smtp permanent error 530 smtp authentication is required
Dear Team
i facing the "ora-29279 smtp permanent error 530 smtp authentication is required" error while performing the UTL_MAIL.send function.
I have done the following things
conn sys/password as sysdba
@$ORACLE_HOME/rdbms/admin/utlmail.sql
@$ORACLE_HOME/rdbms/admin/prvtmail.plb
grant execute on utl_mail TO test_user;
conn sys/password as sysdba
alter system set smtp_out_server='localhost' scop=both;
existing database and H/w :-
1) Window 2012 Server R2
2)hMailserver (For Emial relay)
3) 11g Express Edition
Can you please help me, where i am wrong.
thanks
Jignesh