> ## Documentation Index
> Fetch the complete documentation index at: https://learn.workflow.dog/llms.txt
> Use this file to discover all available pages before exploring further.

# Send Email

> Send a Markdown email to members of the current project.

**Send Email** delivers a notification from the current WorkflowDog project.
For safety, it cannot send to addresses that are not project members.

## Inputs

| Input                    | Type              | Required  | Description                                |
| ------------------------ | ----------------- | --------- | ------------------------------------------ |
| **Send to all members?** | Boolean           | No        | Send to every current project member.      |
| **Recipients**           | Repeatable string | Sometimes | Required when sending to selected members. |
| **Subject**              | String            | Yes       | Email subject line.                        |
| **Body**                 | String            | Yes       | Message body with Markdown support.        |

When **Send to all members?** is on, the **Recipients** input disappears and
membership is resolved when the action runs.

## Example

```markdown theme={null}
## Import complete

Processed **{{count}}** records for {{customer}}.
```

Build dynamic content with a **Text** action, then connect the rendered result
to **Body**.

<Warning>
  Every explicitly supplied address must exactly match a current member of the
  project. If any recipient is not a member, the entire action fails and sends
  no email.
</Warning>

<Note>
  Duplicate recipient addresses are removed. The sender name uses the project
  name and a project-specific WorkflowDog notification address.
</Note>
