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 10 Question 9 Discussion

Actual exam question for Oracle's 1Z0-771 exam
Question #: 9
Topic #: 10
[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:

Florinda
3 days ago
I'm not sure about statement D. Can we really only send emails to Oracle database users with APEX_MAIL?
upvoted 0 times
...
Shawna
4 days ago
I agree with you, Phillip. I also believe statement C is true because I have successfully sent emails using APEX_MAIL.
upvoted 0 times
...
Elouise
4 days ago
A and C are definitely true. The APEX_MAIL package is all about sending emails, not receiving them. So B is false.
upvoted 0 times
Bulah
15 hours ago
I agree, A and C are the correct statements.
upvoted 0 times
...
...
Phillip
7 days ago
I think statement C is true because I have used APEX_MAIL to send emails in my APEX application.
upvoted 0 times
...

Save Cancel
az-700  pass4success  az-104  200-301  200-201  cissp  350-401  350-201  350-501  350-601  350-801  350-901  az-720  az-305  pl-300  

Warning: Cannot modify header information - headers already sent by (output started at /pass.php:70) in /pass.php on line 77