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.
