> ## 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 through a Gmail account

## Input

| Property   | Type        | Required | Description                                                              |
| ---------- | ----------- | -------- | ------------------------------------------------------------------------ |
| receiver   | SHORT\_TEXT | Yes      | Email address of the receiver, or multiple addresses separated by commas |
| subject    | SHORT\_TEXT | Yes      | -                                                                        |
| body\_text | SHORT\_TEXT | Yes      | Text version of the body for the email you want to send                  |
| reply\_to  | ARRAY       | No       | Email address to set as the "Reply-To" header                            |
| body\_html | SHORT\_TEXT | No       | HTML version of the body for the email you want to send                  |
| attachment | FILE        | No       | File to attach to the email you want to send                             |

## Sample Output

```json theme={null}
{
  "status": 200,
  "headers": {
    "content-type": "application/json; charset=UTF-8",
    "vary": "Origin, X-Origin, Referer",
    "date": "Mon, 17 Jul 2023 08:34:57 GMT",
    "server": "ESF",
    "cache-control": "private",
    "x-xss-protection": "0",
    "x-frame-options": "SAMEORIGIN",
    "x-content-type-options": "nosniff",
    "alt-svc": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000",
    "connection": "close",
    "transfer-encoding": "chunked"
  },
  "body": {
    "id": "17862bf0653c7e4f",
    "threadId": "17862bf0653c7e4f",
    "labelIds": [
      "SENT"
    ]
  }
}
```
