AI-generated Key Takeaways
-
The Mail service allows scripts to send email on a user's behalf.
-
Unlike the Gmail Service, the Mail Service cannot access a user's Gmail account.
-
The MailApp class is used for sending emails.
-
The MailApp class provides methods to send emails and check the remaining daily quota.
This service allows scripts to send email on a user's behalf. See also Gmail Service. Unlike Gmail Service, Mail Service's sole purpose is sending email; it cannot access a user's Gmail account.
Classes
Name | Brief description |
---|---|
Mail | Sends email. |
MailApp
Methods
Method | Return type | Brief description |
---|---|---|
get | Integer | Returns the number of recipients you can send emails to for the rest of the day. |
send | void | Sends an email message. |
send | void | Sends an email message. |
send | void | Sends an email message with optional arguments. |
send | void | Sends an email message. |