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)- A82% (18)
- B9% (2)
- C5% (1)
- D5% (1)
Community Discussion
No community discussion yet for this question.