---
title: "Gmail Send"
description: "Local-first visual environment for building and running AI workflows. Build agents visually, deploy anywhere, privacy by design."
canonical: https://docs.nodetool.ai/nodes/lib/google/gmailsend
markdown: https://docs.nodetool.ai/nodes/lib/google/gmailsend.md
product: NodeTool
source: https://github.com/nodetool-ai/nodetool/blob/main/docs/nodes/lib/google/gmailsend.md
---

# Gmail Send

**Type:** `lib.google.GmailSend`

**Namespace:** `lib.google`

## Description

Send a plain-text email from the signed-in user's Gmail account.
    google, gmail, email, send, message

## Properties

| Property | Type | Description | Default |
|----------|------|-------------|---------|
| to | `str` | Recipient address(es), comma-separated | `` |
| subject | `str` | Subject line | `` |
| body | `str` | Plain-text body | `` |
| cc | `str` | Cc address(es), comma-separated | `` |

## Outputs

| Output | Type | Description |
|--------|------|-------------|
| output | `dict` |  |

## Related Nodes

Browse other nodes in the [lib.google](./) namespace.
