Configure SES
Send Passage authentication emails through your Amazon SES account.
Prerequisites
- Passage Console account
- Amazon AWS account.
- Amazon IAM User with API Credentials.
Guide
AWS settings
In Amazon AWS configure the following settings:
- Verify your domain or email address identity.
- Request SES Production Access.
- Get your AWS Access Keys.
- Attach SendEmail Permissions 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