help with UTL_MAIL
DB version: 11.2.0.1.0
OS version: RHEL 5 (x86-64)
SQL> sho user
USER is "SYS"
SQL> exec sys.UTL_MAIL.SEND(sender=>'abc@xyz.com', recipients=>'abc@xyz.com', subject=>'Test', message => 'This is a test');
*
ERROR at line 1:
ORA-29278: SMTP transient error: 421 Service not available
ORA-06512: at "SYS.UTL_MAIL", line 654
ORA-06512: at "SYS.UTL_MAIL", line 671
ORA-06512: at line 1
smtp_out_server parameter has been already set, any thoughts on how to solve this?
SQL> sho user
USER is "SYS"
SQL> exec sys.UTL_MAIL.SEND(sender=>'abc@xyz.com', recipients=>'abc@xyz.com', subject=>'Test', message => 'This is a test');
*
ERROR at line 1:
ORA-29278: SMTP transient error: 421 Service not available
ORA-06512: at "SYS.UTL_MAIL", line 654
ORA-06512: at "SYS.UTL_MAIL", line 671
ORA-06512: at line 1
smtp_out_server parameter has been already set, any thoughts on how to solve this?
0