Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

ORA-29279: SMTP permanent error: 502 Invalid input from ip1 to domain1

Max.WongFeb 27 2024 — edited Mar 5 2024

hi guys,

When I run the following code to check if the mailbox configuration is correct,

begin
 apex_instance_admin.validate_email_config;
end;
/

I get this error,

ERROR at line 1:
ORA-29279: SMTP permanent error: 502 Invalid input from xx.xxx.xxx.xxx to
xxxx.xx.com.
ORA-06512: at "APEX_230200.WWV_FLOW_MAIL", line 1347
ORA-06512: at "SYS.UTL_SMTP", line 57
ORA-06512: at "SYS.UTL_SMTP", line 142
ORA-06512: at "SYS.UTL_SMTP", line 446
ORA-06512: at "APEX_230200.WWV_FLOW_MAIL", line 1331
ORA-06512: at "APEX_230200.WWV_FLOW_MAIL", line 2656
ORA-06512: at "APEX_230200.WWV_FLOW_INSTANCE_ADMIN", line 1882
ORA-06512: at line 2

And I've configured the mailbox and wallet.

orapki wallet add -wallet apex_wallet -cert 'xxxxxx CA - SHA256 - G3.crt' -trusted_cert -pwd xxxxxx

how can I fix it?

thanks.

Does anyone know? Or is APEX's mailbox feature not easy to use?

This post has been answered by Max.Wong on Mar 14 2024
Jump to Answer
Comments
Post Details
Added on Feb 27 2024
3 comments
433 views