Configure SES
Send Passage authentication emails through your Amazon SES account.
Prerequisites
- Passage Console account
- Amazon AWS (opens in a new tab) account.
- Amazon IAM User with API Credentials (opens in a new tab).
Guide
AWS settings
In Amazon AWS (opens in a new tab) configure the following settings:
- Verify your domain (opens in a new tab) or email address (opens in a new tab) identity.
- Request SES Production Access (opens in a new tab).
- Get your AWS Access Keys (opens in a new tab).
- Attach SendEmail Permissions (opens in a new tab) to Access Key.
{ "Version": "2012-10-17", "Statement": [ { "Effect": "Allow", "Action": [ "ses:SendEmail" ], "Resource": "*" } ] }
Passage Settings
In Passage Console configure the following Email Provider settings:
- Select Amazon SES as your email provider.
- Enter your Sender Email, Access Key, Secret Access Key and AWS Region.
- Click Save. This will validate your settings by sending a test email to verification@passage.id.
- Once ready to send emails through your email provider you can then toggle Use my own email provider.
Email provider settings in Passage Console