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!

Can't send email APEX 19, Ajax call returned server error ORA-20001: You must supply a message recip

marussigNov 8 2019 — edited Nov 8 2019

This is the PLSQL code:

---

declare

msum1 NUMBER;

begin

APEX_MAIL.send

(

p_from => 'noreplay@domain.com',

p_to => :P12_MAIL_ITEM,

p_subj => 'Subject text',

p_body => 'Body text '

);

end;

---

Message from Modal Dialog Page Mode:

Ajax call returned server error ORA-20001: You must supply a message recipient to send mail. for Execute PL/SQL Code.

---

I'm working on revion.com APEX 19 platform.

pastedImage_0.png pastedImage_0.png

This post has been answered by Veerendra Patil on Nov 8 2019
Jump to Answer
Comments
Post Details
Added on Nov 8 2019
7 comments
1,067 views