I already set configuration of SMTP and I could send an email by the PL/SQL Code as below successfully, Declare l_body clob; l_body_html clob; begin l_body := 'To view the content of this message, please use an HTML enabled mail client.' || utl_tcp.crlf; apex_mail.send ( p_to => 'abc@gmail.com', p_from => 'abc@gmail.comm', p_body => 'This is a test email', -- p_body_html => l_body_html, p_subj => 'test' ); apex_mail.push_queue(); end; But when I try to send an email from Interactive Report (Actions->Download->Email) is not working??? Please advise, Thanks
Home/ir
Discy Latest Questions
Hi Sir, Can we show a sub region onĀ top of the IR which will show the time(total hour) and the week( from 02-06)
Hi Do you have any suggestion how I can add funcionallity to your way to highlight row in IR as described in your blog. I have an IR wich calls a modal page. I want to preserve the highlight when refresh when dialog closed. Br Bert