Skip to content

Problem with SES quota

edited November 2012 in Troubleshooting
Hi,

I'm having the same issue as this post: http://sendy.co/discussion/66/ses-quota-not-showing-up/p1
Installation went fine, I have production access, both domain and email address are verified.
But, when I go to create new campaign I get: SES sends left: 0 of 0

Also, sending a test email doesn't work.
I tried changing the permissions on IAM to:
{
"Statement": [
{
"Effect": "Allow",
"Action": [
"ses:*"
],
"Resource": "*"
}
]
}

But no luck.
Any ideas?

Comments

  • BenBen
    edited November 2012
    You need to use your AWS credentials, not create an IAM user and use those credentials. This is documented in the Get Started Guide

    Are you using your AWS credentials?
  • I also tried with the AWS credentials I was supplied.
    I will double check that they are the correct ones and update the post.

    Thanks!
  • If your AWS credentials doesn't work. Your server's clock is out of sync. Consult your host to sync your server clock with NTP. :)
This discussion has been closed.