Which two statements are true about the APEX_MAIL API?
The APEX_MAIL API facilitates email functionality:
A . You can add files as attachments: Using APEX_MAIL.ADD_ATTACHMENT (e.g., APEX_MAIL.ADD_ATTACHMENT(p_mail_id, p_attachment, p_filename)), you can attach BLOBs (e.g., PDFs) to emails.
C . You can send emails: APEX_MAIL.SEND (e.g., APEX_MAIL.SEND(p_to => 'user@example.com', p_body => 'Hello')) sends emails from APEX, leveraging the configured mail server.
B . You can receive emails: False; APEX_MAIL is send-only; receiving requires custom integration (e.g., IMAP).
D . Only to Oracle database users: False; emails can go to any valid address, not just database users.
Pitfall: Ensure the mail queue is processed (APEX_MAIL.PUSH_QUEUE) for timely delivery.
Tamesha
3 months agoElly
3 months agoKeena
3 months agoLashaunda
4 months agoTy
4 months agoJoye
4 months agoBettyann
4 months agoKayleigh
5 months agoJulio
5 months agoLizette
5 months agoKarma
5 months agoAlfreda
5 months agoGerald
6 months agoRonny
6 months agoLisbeth
9 months agoRaina
8 months agoJanessa
8 months agoEmeline
8 months agoOrville
9 months agoJerry
9 months agoReuben
8 months agoMuriel
8 months agoSerina
8 months agoAlfreda
9 months agoEzekiel
8 months agoMattie
9 months agoFlorinda
9 months agoShawna
9 months agoElouise
9 months agoCammy
8 months agoDortha
8 months agoPaz
8 months agoJulene
9 months agoLai
9 months agoAnnett
9 months agoBulah
9 months agoPhillip
10 months ago