> ## Documentation Index
> Fetch the complete documentation index at: https://docs.notifuse.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Amazon SES

> Configure Amazon SES as your email provider in Notifuse.

Amazon SES integration allows you to use AWS Simple Email Service for sending emails through Notifuse.

<img className="block" src="https://mintcdn.com/notifuse/Gw4P7NadUImyvZfw/assets/screenshots/ses_form.png?fit=max&auto=format&n=Gw4P7NadUImyvZfw&q=85&s=348ba57b2b15abe0b82f81087b537d45" alt="Amazon SES Integration Form" width="3213" height="1929" data-path="assets/screenshots/ses_form.png" />

## Configuration

Navigate to **Settings** → **Integrations** → **Add Integration** → **Amazon SES**.

<img className="block" src="https://mintcdn.com/notifuse/Gw4P7NadUImyvZfw/assets/screenshots/ses_settings.png?fit=max&auto=format&n=Gw4P7NadUImyvZfw&q=85&s=eafdb9921f1a9574f8833a0f5f542b8d" alt="Amazon SES Settings" width="1862" height="750" data-path="assets/screenshots/ses_settings.png" />

### Form Fields

| Field              | Description                         | Example                                    |
| ------------------ | ----------------------------------- | ------------------------------------------ |
| **AWS Region**     | AWS region dropdown select          | `us-east-1`                                |
| **AWS Access Key** | AWS access key with SES permissions | `AKIAIOSFODNN7EXAMPLE`                     |
| **AWS Secret Key** | AWS secret access key               | `wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY` |

### Senders List

Add sender addresses that have been verified in your AWS SES settings:

| Field     | Description                 | Example                  |
| --------- | --------------------------- | ------------------------ |
| **Name**  | Display name for the sender | `Support Team`           |
| **Email** | Sender email address        | `support@yourdomain.com` |

**Important**: Senders must be verified in AWS SES console before they can be used.

### Usage Types

Configure how this Amazon SES integration will be used:

| Option                    | Description                                           | Examples                                                    |
| ------------------------- | ----------------------------------------------------- | ----------------------------------------------------------- |
| **Use for Transactional** | System-generated emails triggered by user actions     | Password resets, order confirmations, account notifications |
| **Use for Marketing**     | Promotional and newsletter emails sent to subscribers | Product announcements, newsletters, promotional campaigns   |

You can enable both options to use the same SES configuration for all email types.

### Webhooks

Notifuse automatically subscribes to the following SES webhooks:

| Webhook Type   | Description                     | Purpose                     |
| -------------- | ------------------------------- | --------------------------- |
| **Delivery**   | Email successfully delivered    | Track successful deliveries |
| **Bounce**     | Email bounced                   | Monitor bounces             |
| **Complaints** | Recipient filed abuse complaint | Handle abuse reports        |

These webhooks provide real-time feedback on email performance and delivery status.

## Prerequisites

Before configuring Amazon SES:

1. **AWS Account**: Active AWS account with SES enabled
2. **Verified Senders**: Email addresses or domains verified in AWS SES console
3. **IAM Permissions**: AWS user with SES sending permissions
4. **Production Access**: Move out of sandbox mode for unrestricted sending

## Testing

Click **Test Integration** to verify your configuration.
