# Send EMAIL (SES)

The **Send Email (SES)** node is  used to utilise AWS SES (Simple Email Service) to send emails.

### Properties Panel

#### Connect to AWS

<table data-full-width="false"><thead><tr><th width="237">Field</th><th width="334">Description</th><th width="222">Required</th><th data-hidden>Default</th></tr></thead><tbody><tr><td>AWS access key</td><td>Your AWS access key</td><td>true</td><td>_</td></tr><tr><td>AWS access secret</td><td>Your AWS access secret</td><td>true</td><td>_</td></tr><tr><td>Region</td><td>Region where your queue is deployed</td><td>true</td><td>_</td></tr></tbody></table>

#### Parameters

<table data-full-width="false"><thead><tr><th width="196">Field</th><th width="375">Description</th><th width="222">Required</th><th data-hidden>Default</th></tr></thead><tbody><tr><td>From</td><td>Enter origin email address</td><td>true</td><td>_</td></tr><tr><td>To Addresses</td><td>Enter destination email addresses (expects a list)</td><td>true</td><td>_</td></tr><tr><td>Cc Addresses</td><td>Enter cc email addresses (expects a list)</td><td>true</td><td>_</td></tr><tr><td>Bcc Addresses</td><td>Enter bcc email addresses (expects a list)</td><td>false</td><td></td></tr></tbody></table>

#### Content

<table data-full-width="false"><thead><tr><th width="196">Field</th><th width="375">Description</th><th width="222">Required</th><th data-hidden>Default</th></tr></thead><tbody><tr><td>Subject</td><td>Enter email subject</td><td>true</td><td>_</td></tr><tr><td>Body</td><td>Enter email body</td><td>true</td><td>_</td></tr></tbody></table>

### Returns

This node does not returns any value.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.cosmocloud.io/flow-builder/node-types/external-nodes/send-email-ses.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
