nerdexam
IBM

C2070-585 · Question #128

The Deployment Professional would like to have the application send an email to User1 and User2, notifying them that their documents have been received and processed. The Deployment Professional…

The correct answer is A. The function is missing the SetSender action. See the full explanation below for the reasoning.

Question

The Deployment Professional would like to have the application send an email to User1 and User2, notifying them that their documents have been received and processed. The Deployment Professional creates a function with the following actions and parameters - SetMailServer("mail.YourISP.com") SetRecipients("[email protected],[email protected]") SetSubject("Document received") SetEMailBody("Documents have been received and processed.") SendEMail() Why will this email fail to send?

Options

  • AThe function is missing the SetSender action
  • BThe function is missing the SetAttachment action
  • CThe email body must contain a minimum of a 140 characters
  • DThe recipient's emails must be separated by a semicolon not a comma

How the community answered

(22 responses)
  • A
    82% (18)
  • B
    9% (2)
  • C
    5% (1)
  • D
    5% (1)

Community Discussion

No community discussion yet for this question.

Full C2070-585 Practice