> For the complete documentation index, see [llms.txt](https://docs.digibee.com/documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.digibee.com/documentation/connectors-and-triggers/connectors/aws/ses.md).

# AWS Simple Email Service (SES)

**AWS Simple Email Service (SES)** integrates with Amazon SES and enables applications to send and receive email using Amazon’s scalable email service.

## **Parameters**

Configure the connector using the parameters below. Fields that support [Double Braces expressions](/documentation/connectors-and-triggers/double-braces/overview.md) are marked in the **Supports DB** column.

{% tabs %}
{% tab title="General" %}

<table><thead><tr><th width="112">Parameter</th><th width="231">Description</th><th width="83">Data type</th><th width="81">Supports DB</th><th width="100">Default value</th><th width="129">Visible when</th></tr></thead><tbody><tr><td><strong>Use Dynamic Account</strong></td><td>If enabled, the connector uses the account dynamically via the <a href="/pages/0kxlZ011XP4A2T43v9kh"><strong>Store Account</strong></a> connector; otherwise, it uses the account statically as configured in <a href="/spaces/jvO5S91EQURCEhbZOuuZ/pages/fS1QLzAg8rGSSJFwtrvy"><strong>Accounts</strong></a> on the Platform.</td><td>Boolean</td><td>❌</td><td><code>false</code></td><td>—</td></tr><tr><td><strong>Scoped</strong></td><td>If enabled, isolates the stored account from other sub-processes. Not supported for accounts used in headers or body. To learn more, read the <a href="/spaces/jvO5S91EQURCEhbZOuuZ/pages/cbkYqH3fxzeL7zOKNawz">Dynamic Accounts documentation</a>.</td><td>Boolean</td><td>❌</td><td><code>false</code></td><td><strong>Use Dynamic Account</strong> is enabled</td></tr><tr><td><strong>Account Name</strong></td><td>Name of the account defined in the <a href="/pages/0kxlZ011XP4A2T43v9kh"><strong>Store Account</strong> </a>connector.</td><td>String</td><td>✅</td><td>N/A</td><td><strong>Dynamic Account</strong> is enabled</td></tr><tr><td><strong>Account</strong></td><td>Account used by the connector. Must be an AWS V4 account type, configured in <a href="/spaces/jvO5S91EQURCEhbZOuuZ/pages/fS1QLzAg8rGSSJFwtrvy"><strong>Accounts</strong></a> on the Platform.</td><td>String</td><td>❌</td><td>N/A</td><td><strong>Dynamic Account</strong> is disabled</td></tr><tr><td><strong>Region</strong></td><td>The region in which the SES client must operate.</td><td>String</td><td>❌</td><td><code>AWS Global</code></td><td>—</td></tr><tr><td><strong>From</strong></td><td>The sender’s email address.</td><td>String</td><td>✅</td><td>N/A</td><td>—</td></tr><tr><td><strong>To</strong></td><td>The destination email addresses, separated by commas.</td><td>String</td><td>✅</td><td>N/A</td><td>—</td></tr><tr><td><strong>Bcc</strong></td><td>The destination Blind Carbon Copy (BCC) email addresses, separated by commas.</td><td>String</td><td>✅</td><td>N/A</td><td>—</td></tr><tr><td><strong>Cc</strong></td><td>The destination Carbon Copy (CC) email addresses, separated by commas.</td><td>String</td><td>✅</td><td>N/A</td><td>—</td></tr><tr><td><strong>Subject</strong></td><td>The subject of the message.</td><td>String</td><td>✅</td><td>N/A</td><td>—</td></tr><tr><td><strong>Body</strong></td><td>The content of the message.</td><td>String</td><td>✅</td><td>N/A</td><td>—</td></tr><tr><td><strong>Fail On Error</strong></td><td>If enabled, interrupts pipeline execution when an error occurs. Otherwise, execution proceeds and the result returns <code>false</code> for the <code>"success"</code> property.</td><td>Boolean</td><td>❌</td><td><code>false</code></td><td></td></tr></tbody></table>
{% endtab %}

{% tab title="Advanced" %}

| Parameter              | Description                                                               | Data type | Supports DB | Default value |
| ---------------------- | ------------------------------------------------------------------------- | --------- | ----------- | ------------- |
| **Return Path**        | The email address to which bounce notifications are to be forwarded       | String    | ✅           | N/A           |
| **Reply To Addresses** | The email addresses to which replies should be sent, separated by commas. | String    | ✅           | N/A           |
| **Html Email**         | When activated, understands that the content of the email is HTML.        | Boolean   | ❌           | `false`       |
| **Configuration Set**  | The configuration set to be sent.                                         | String    | ✅           | N/A           |
| {% endtab %}           |                                                                           |           |             |               |

{% tab title="Documentation" %}

| Parameter         | Description                                                                             | Data type | Supports DB | Default value |
| ----------------- | --------------------------------------------------------------------------------------- | --------- | ----------- | ------------- |
| **Documentation** | Optional field to describe the connector configuration and any relevant business rules. | String    | ❌           | N/A           |
| {% endtab %}      |                                                                                         |           |             |               |
| {% endtabs %}     |                                                                                         |           |             |               |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.digibee.com/documentation/connectors-and-triggers/connectors/aws/ses.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
