We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for SES, specifically Sending Quota.
The text was updated successfully, but these errors were encountered:
Limits: http://docs.aws.amazon.com/general/latest/gr/aws_service_limits.html#limits_ses_quota
Docs on limits: http://docs.aws.amazon.com/ses/latest/DeveloperGuide/limits.html
The GetSendQuota API call returns both the per-24-hour sending quota and the number of emails sent in the last 24 hours.
Sorry, something went wrong.
Merge pull request #164 from /issues/71
6949e9f
fixes #71 - add support for SES service; currently just daily sending quota
Merged to develop in #164
9d78c09
No branches or pull requests
Add support for SES, specifically Sending Quota.
The text was updated successfully, but these errors were encountered: