Dịch vụ này cho phép tập lệnh gửi email thay mặt cho người dùng. Xem thêm về Dịch vụ Gmail. Không giống như Dịch vụ Gmail, mục đích duy nhất của Dịch vụ thư là gửi email; dịch vụ này không thể truy cập vào tài khoản Gmail của người dùng.
[[["Dễ hiểu","easyToUnderstand","thumb-up"],["Giúp tôi giải quyết được vấn đề","solvedMyProblem","thumb-up"],["Khác","otherUp","thumb-up"]],[["Thiếu thông tin tôi cần","missingTheInformationINeed","thumb-down"],["Quá phức tạp/quá nhiều bước","tooComplicatedTooManySteps","thumb-down"],["Đã lỗi thời","outOfDate","thumb-down"],["Vấn đề về bản dịch","translationIssue","thumb-down"],["Vấn đề về mẫu/mã","samplesCodeIssue","thumb-down"],["Khác","otherDown","thumb-down"]],["Cập nhật lần gần đây nhất: 2024-12-02 UTC."],[[["The Mail service enables scripts to send emails on behalf of a user without accessing their Gmail account, focusing solely on sending functionality."],["It features the `MailApp` class with methods to send emails and check the remaining daily email quota."],["`MailApp` offers various `sendEmail` methods to send emails with different levels of customization, including specifying recipients, subject, body, and optional arguments."]]],["The Mail service enables scripts to send emails. It differs from Gmail Service by only sending emails, lacking access to Gmail accounts. The `MailApp` class facilitates this with methods like `sendEmail()` to dispatch messages, accepting variations in arguments for recipients, subject, body, and options. `getRemainingDailyQuota()` method returns the number of remaining recipients allowed for the day. The service focuses solely on outbound email functionality.\n"]]