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

Take a look at the configuration parameters for the connector. Parameters supported by [Double Braces expressions](/documentation/connectors-and-triggers/double-braces/overview.md) are marked with `(DB)`.

### **Authentication tab**

<table data-full-width="true"><thead><tr><th>Parameter</th><th>Description</th><th>Default value</th><th>Data type</th></tr></thead><tbody><tr><td><strong>Account</strong></td><td>Account to be used. It must be an <strong>AWS V4</strong> account type.</td><td>N/A</td><td>String</td></tr><tr><td><strong>Region</strong></td><td>The region in which the SES client must operate.</td><td>AWS Global</td><td>String</td></tr><tr><td><strong>From</strong> <code>(DB)</code></td><td>The sender’s email address.</td><td>N/A</td><td>String</td></tr><tr><td><strong>To</strong> <code>(DB)</code></td><td>The destination email addresses, separated by commas.</td><td>N/A</td><td>String</td></tr><tr><td><strong>Bcc</strong> <code>(DB)</code></td><td>The destination Blind Carbon Copy (BCC) email addresses, separated by commas.</td><td>N/A</td><td>String</td></tr><tr><td><strong>Cc</strong> <code>(DB)</code></td><td>The destination Carbon Copy (CC) email addresses, separated by commas.</td><td>N/A</td><td>String</td></tr><tr><td><strong>Subject</strong> <code>(DB)</code></td><td>The subject of the message.</td><td>N/A</td><td>String</td></tr><tr><td><strong>Body</strong> <code>(DB)</code></td><td>The content of the message.</td><td>N/A</td><td>String</td></tr><tr><td><strong>Fail On Error</strong></td><td>If the option is activated, the pipeline's execution with an error will be interrupted. Otherwise, the pipeline execution proceeds, but the result will show a false value for the "success" property.</td><td>False</td><td>Boolean</td></tr></tbody></table>

### **Advanced tab**

<table data-full-width="true"><thead><tr><th>Parameter</th><th>Description</th><th>Default value</th><th>Data type</th></tr></thead><tbody><tr><td><strong>Return Path</strong> <code>(DB)</code></td><td>The email address to which bounce notifications are to be forwarded</td><td>N/A</td><td>String</td></tr><tr><td><strong>Reply To Addresses</strong> <code>(DB)</code></td><td>The email addresses to which replies should be sent, separated by commas.</td><td>N/A</td><td>String</td></tr><tr><td><strong>Html Email</strong></td><td>When activated, understands that the content of the email is HTML.</td><td>False</td><td>Boolean</td></tr><tr><td><strong>Configuration Set</strong> <code>(DB)</code></td><td>The configuration set to be sent.</td><td>N/A</td><td>String</td></tr></tbody></table>

### **Documentation tab**

<table data-full-width="true"><thead><tr><th>Parameter</th><th>Description</th><th>Default value</th><th>Data type</th></tr></thead><tbody><tr><td><strong>Documentation</strong></td><td>Section for documenting any necessary information about the connector configuration and business rules.</td><td>N/A</td><td>String</td></tr></tbody></table>


---

# 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.digibee.com/documentation/connectors-and-triggers/connectors/aws/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.
