FAQ
  • Getting Started
    • Moving out of the Amazon Sandbox
    • Creating your AWS Credentials
    • Enabling DKIM
    • Verifying your from email address
  • Using Mailblast
    • What is an automation?
    • How do I create embedded Signup Forms?
    • Custom Tracking URLs
    • Using unsubscribe links
    • How do I use the Mailblast API?
    • Using merge fields to personalize your emails
    • What Integrations are supported?
    • How do I setup double Opt-In for subscribers?
    • Setting up a custom unsubscribe landing page
    • How do I send emails to subscribers who opened/did not open a campaign?
    • Do you have a whitelabel program?
  • Tracking and Analytics
    • How does Mailblast handle bounces?
    • What are soft and hard bounces?
  • Pricing
    • How much does Mailblast cost?
    • How much does AWS cost?
    • Is there a discount for non profits?
  • Affiliate
    • Do you have an affiliate program?
Powered by GitBook
On this page
  1. Getting Started

Creating your AWS Credentials

PreviousMoving out of the Amazon SandboxNextEnabling DKIM

Last updated 3 years ago

Even if you already have an AWS account you still need to Sign Up to Amazon SES. Go to the and follow the On Screen Instructions.

Once you are done you can continue with the following steps.

1. Create a permissions policy for Mailblast. We only need access to AWS SES and AWS SNS for email delivery and tracking.

Select the JSON Tab and paste in the following:

{
  "Version": "2012-10-17",
  "Statement": [
    {
      "Effect": "Allow",
      "Action": [
        "ses:*",
        "sns:ListTopics",
        "sns:CreateTopic",
        "sns:GetTopicAttributes",
        "sns:Subscribe"
      ],
      "Resource": [
        "*"
      ]
    }
  ]
}

Enter mailblast-policy as the name and enter in the above policy in the Policy Document.

****This gives Mailblast the required permissions to send and track emails on your behalf. Click on the Create Policy button when done.

2. Create new user for Mailblast.

Check the Programmatic access option click Next: Permissions.

You now need to attach the permission policy you created earlier to your new user. Select mailblast-policy and click Next: Review.

3. Configuring Mailblast with your new credentials

Go to the page:

You now need to a create a new user. Head over to the the and create a new user called mailblast-user.

Click Show to reveal the credentials and Copy the Access key ID and Secret access key over into the Mailblast page.

IAM Create Policy
IAM Management Console
AWS Settings
Amazon SES Sign up page