Configuring Amazon SES API Credentials

You are here:
Estimated reading time: 1 min

Using the Amazon’s SES API instead of the classic SMTP solution, provides us with the possibility to correctly track email activity among users.

Create new IAM user

It is best to create a new user. You can also connect your SES account with an existing user, but creating a new one enables increased account security.

  1. Login to your AWS account
  2. Go to IAM dashboard.
  3. Go to the Users details dashboard (from the left hand menu).
  4. Click the Create new users button.
  5. Add a user name: api.ses.domain.com can be a valid choice or leave the predefined name as is.
  6. Make sure that the Generate an access key for each user is checked.
  7. Click the Create button
  8. Download/save security credentials
  9. Copy those credentials along with selected region name under your email settings.
  10. Click the Close button

Configure user permissions

  1. Select the previously created user from the users list.
  2. Go to the Permissions tab.
  3. Click the Attach policy button.
  4. Search and check the AmazonSESFullAccess policy.
  5. Click the Attach policy button

Get the AWS region code you use

  1. Go to http://docs.aws.amazon.com/general/latest/gr/rande.html#apigateway_region
  2. Find the region you have the SES account setup on.
  3. Save the Region value of the corresponding row (e.g.: eu-central-1). You will save this into email settings.

You still need to configure Amazon SES notifications and authenticate your domain for sending, please check here for more details.

Was this article helpful?
Dislike 0
Views: 36