Viewing articles tagged 'Send email from APEX'

 Send E-mail from apex app using apex_mail.send

To send email using apex_mail.send from your APEX app, use the following code: DECLAREl_body...

 Sending plain email from APEX using apex_mail.send

-- Example One: Plain Text only message DECLARE     l_body      CLOB; BEGIN     l_body :=...