URGENT : Apex Hosting Service - Send Mail procedure is not working
Hi,
Im an Oracle Employee : etay.gudai@oracle.com.
apex_mail.send package has stopped sending Emails (I work a lot with this package on hoster).
It would be much appreciated if you could fix it a.s.a.p
Regards
Etay G
for example :
begin
apex_mail.send(
p_to => 'etay.gudai@ oracle.com' , -- change to your email address
p_from => 'etay.gudai@oracle.com', -- change to a real senders email address
p_body => 'l_body',
p_body_html => 'l_body_html',
p_subj => 'q_name');
end;