|
Dear Erman sir,
We are having a issue with concurrent program are using pl/sql procedure and package utl_stmp to send email ,
Currently we have changed exchange server from old to new Server and the IP are changed , after that utl_stmp script in pl/sql procedure are failed .
old mail server : 192.168.15.22
New mail server : 192.165.254.54
Below are the error of concurrent program, need your advice to fix the issue. after business users are complaining that they are not received the mail , we have revert back our pl/sql procedure from new to old server.
Need your advice that we will used new mail server to work correctly.
XX_MAIL_PAYMENT_VOUCHER: Send Payment Voucher By Mail
+---------------------------------------------------------------------------+
Current system time is 27-OCT-2022 12:11:26
+---------------------------------------------------------------------------+
[27-OCT-2022 12:11:26]: **Starts**
[27-OCT-2022 12:11:47]: **SQL error and free**
[27-OCT-2022 12:11:47]: ORACLE error 29279 in FDPSTP
Cause: FDPSTP failed due to ORA-29279: SMTP permanent error: 550 rejecting spoofed message
ORA-06512: at "SYS.UTL_SMTP", line 57
ORA-06512: at "SYS.UTL_SMTP", line 142
ORA-06512: at "SYS.UTL_SMTP", line 495
ORA-06512: at "APP
+---------------------------------------------------------------------------+
Start of log messages from FND_FILE
+---------------------------------------------------------------------------+
+---------------------------------------------------------------------------+
End of log messages from FND_FILE
+---------------------------------------------------------------------------+
|