# AWS SES

### Introduction

Amazon SES is a cloud-based email delivery service that allows you to send emails without having to maintain email servers. SES manages all of the technical details, from scaling the infrastructure to ISP outreach and reputation monitoring to whitelist services and real-time analytics.

{% hint style="info" %}
If you have any queries, reach out to us at **<support@growlytics.in>**
{% endhint %}

## Integration Prerequisites

1. Make sure you have AWS dashboard access with permission to SES and SNS features.

## Step 1: From Email/Domain Verification

As shown below, navigate to *Domains > Email Addresses* in your *AWS SES dashboard* and verify all the *Sender IDs* you'll be using for email marketing.

<figure><img src="/files/PtopE2ADRRm9pQEGuUTN" alt=""><figcaption><p>Amazon SES Verified Email Address List Page</p></figcaption></figure>

{% hint style="warning" %}
Make sure you avoid using your *AWS SES account* in *Sandbox Mode* while integrating it with Growlytics. If it's essential to do so, then please ensure that the recipient's address is also verified.
{% endhint %}

## Step2: Generate AWS Credentials

In order to send emails from Growlytics, Growlytiytics will need credentials to have access to amazon SES. Login to your AWS dashboard and create IAM user with full access to SES, Amazon SNS Role, and Amazon SNS Full Access as shown in the screenshot below.

<figure><img src="/files/wCcThD1QtDGJEidhDmhM" alt=""><figcaption><p>Generate IAM user with access to SES &#x26; SNS</p></figcaption></figure>

## Step3: Add SES Provider In Growlytics

Configure IAM credentials in the Growlytics dashboard.&#x20;

1. Login to the Growlytics dashboard.
2. Click on Settings -> Email -> Add Provider.
3. Provide the email id to send the email and other SES details.

<figure><img src="/files/UvDwPqqBvsoJB19Ls6bx" alt=""><figcaption></figcaption></figure>


---

# 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://support.growlytics.in/integrations/email-integrations/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.
