Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 519 Bytes

File metadata and controls

20 lines (13 loc) · 519 Bytes

GmailApp Examples

The GmailApp library allows you to read, send, and manage Gmail messages programmatically.

Examples

  1. Send an Email:
    Send an email to a recipient.

  2. List Unread Emails:
    Retrieve and log all unread emails in the inbox.

  3. Search and Archive Emails:
    Search for emails using specific criteria and archive them.

Scripts