Problem with SES quota
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?
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?
This discussion has been closed.
Comments
Are you using your AWS credentials?
I will double check that they are the correct ones and update the post.
Thanks!