Deal of The Day! Hurry Up, Grab the Special Discount - Save 25% - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

Oracle Exam 1Z0-771 Topic 19 Question 4 Discussion

Actual exam question for Oracle's 1Z0-771 exam
Question #: 4
Topic #: 19
[All 1Z0-771 Questions]

Which two statements are true about the APEX_MAIL API?

Show Suggested Answer Hide Answer
Suggested Answer: A, C

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.


Contribute your Thoughts:

Justine
4 days ago
I'm not sure about statement D. I think you can send emails to anyone, not just Oracle database users.
upvoted 0 times
...
Mariko
7 days ago
A and C are definitely true. I use the APEX_MAIL package all the time to send emails from my APEX apps.
upvoted 0 times
...
Bernardo
10 days ago
I believe statement A is also true because you can add attachments to emails with APEX_MAIL.
upvoted 0 times
...
Giovanna
12 days ago
I agree with Chaya. Sending emails is a common use case for the APEX_MAIL API.
upvoted 0 times
...
Chaya
13 days ago
I think statement C is true because you can send emails using the APEX_MAIL package.
upvoted 0 times
...

Save Cancel