Configure SES

Send Passage authentication emails through your Amazon SES account.

Prerequisites

Let's Get Started

  1. Log into your Amazon AWS account.

  2. Verify your domain or email address identity.

  3. Get your AWS Access Keys.

  4. Attach SendEmail Permissions to Access Key.

    {
        "Version": "2012-10-17",
        "Statement": [
            {
                "Effect": "Allow",
                "Action": [
                    "ses:SendEmail"
                ],
                "Resource": "*"
            }
        ]
    }
  5. Select Amazon SES as your email provider.

  6. Enter your Sender Email, Access Key, Secret Access Key and AWS Region.

  7. Click Save. This will validate your settings by sending a test email to [email protected].

  8. Once ready to send emails through your email provider you can then toggle Use my own email provider.

Last updated