- Sign into your Amazon account. and create a new IAM user. Record the API key for this account.
- Grant the following permissions to this account:
- ses:ListIdentities
- ses:SendEmail
- ses:SendRawEmail
Your permission policy should look something like this:
{
"Effect": "Allow",
"Action": [
"ses:ListIdentities",
"ses:SendEmail",
"ses:SendRawEmail"
],
"Resource": [
"*"
]
}
Connect with Sendwithus
- Go to Delivery Settings in the Sendwithus dashboard, and click on the Add ESP Account button.
- Name the account and select Amazon SES as the Account Type.
- Copy and paste your Access Key ID and Secret Access ID into their respective fields. Select a Region as well. (We recommend US East)
- Click the Save ESP Account and wait for verification.