[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-05 UTC."],[[["`MailService` enables user code to send emails to various destinations."],["The `send(MailService.Message message)` method facilitates sending a pre-configured email message asynchronously, with delivery issues resulting in a bounce to the sender; `sender` and at least one of the to/cc/bcc collections must not be `null`."],["The `sendToAdmins(MailService.Message message)` method sends an email notification to all application administrators, also asynchronously, with delivery problems leading to a bounce to the admins; the to/cc/bcc fields should be `null`."],["Both `send` and `sendToAdmins` methods will throw an `IOException` if incorrect arguments are given to the function."]]],[]]