---
title: "Send Mail (Apple Mail)"
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/apple/sendmailapplemail
markdown: https://docs.nodetool.ai/nodes/lib/apple/sendmailapplemail.md
product: NodeTool
source: https://github.com/nodetool-ai/nodetool/blob/main/docs/nodes/lib/apple/sendmailapplemail.md
---

# Send Mail (Apple Mail)

**Type:** `lib.apple.SendMail`

**Namespace:** `lib.apple`

## Description

Compose and send an email through Apple Mail via AppleScript.
    mail, email, send, macos

## Properties

| Property | Type | Description | Default |
|----------|------|-------------|---------|
| to_address | `str` | Recipient email address | `` |
| cc_address | `str` | CC email address (optional) | `` |
| subject | `str` | Email subject | `` |
| body | `str` | Email body (plain text) | `` |
| visible | `bool` | Show the message in the UI rather than sending silently | `false` |

## Outputs

| Output | Type | Description |
|--------|------|-------------|
| output | `bool` |  |

## Related Nodes

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