> For the complete documentation index, see [llms.txt](https://docs.cosmocloud.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cosmocloud.io/flow-builder/node-types/external-nodes/send-email-ses.md).

# 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.
