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!

Is there any reason APEX_MAIL.SEND is not sending on apex.oaracle.com since a couple of days ?

User_9BQVNJun 30 2022

I'm experimenting on a small workspace on apex.oracle.com, and since a couple of days I'm unable to send any mail using the APEX_MAIL package. Is there any change in version 22.1, or limitation sending emails ?
This simple plsql block does not send (it was working one week ago)...
begin
apex_mail.send(p_from => '<my email address>',
p_to => '<my email address>',
p_replyto => '<my email address>',
p_subj => 'This is the subject of my mail',
p_body => 'test',
p_body_html => 'HTML test');
end;
Many thanks for your help.

Comments
Post Details
Added on Jun 30 2022
6 comments
1,020 views