Hello,
I am struggling with sending E-mail. I have tried different smtp servers, different ports ..., but unfortunately no success so far.
Mails stuck in Mail Queue and after click on Force Send All Mail everything seems OK (Successfully sent mail.), but never delivered.
I tried APEX_INSTANCE_ADMIN.VALIDATE_EMAIL_CONFIG; and it says
Error starting at line : 1 in command -
BEGIN
APEX_INSTANCE_ADMIN.VALIDATE_EMAIL_CONFIG;
END;
Error report -
ORA-29019: The protocol version is incorrect.
ORA-06512: at "SYS.UTL_TCP", line 63
ORA-06512: at "SYS.UTL_TCP", line 314
ORA-06512: at "SYS.UTL_SMTP", line 177
ORA-06512: at "SYS.UTL_SMTP", line 201
ORA-06512: at "APEX_210200.WWV_FLOW_MAIL", line 1045
ORA-06512: at "APEX_210200.WWV_FLOW_MAIL", line 2375
ORA-06512: at "APEX_210200.WWV_FLOW_INSTANCE_ADMIN", line 1609
ORA-06512: at line 2
29019. 00000 - "The protocol version is incorrect."
*Cause: There is a protocol version mismatch between the two peers.
*Action: Specify the correct protocol version in the product's configuration
file.
Any idea where to start?
Thanks,
Marc