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

# Send Email

Send an email using Outlook.

## Input

| Property    | Type        | Required | Description |
| ----------- | ----------- | -------- | ----------- |
| fromAddress | SHORT\_TEXT | No       | -           |
| to          | ARRAY       | Yes      | -           |
| cc          | ARRAY       | No       | -           |
| replyTo     | SHORT\_TEXT | No       | -           |
| bcc         | ARRAY       | No       | -           |
| subject     | SHORT\_TEXT | Yes      | -           |
| body        | LONG\_TEXT  | Yes      | -           |

## Sample Output

```json theme={null}
{}
```
