Hi,
We have migrated our apex applications to apex 24.2 and found e-mail sending no longer works. The application says e-mail sent successfully but it's not received by recipient.
The below E-mail validity shows successful run.
BEGIN
APEX_INSTANCE_ADMIN.VALIDATE_EMAIL_CONFIG;
END;
Anything else to check ?
Thanks
P.S.M.Swamiji