powered by
Provides the sending limits for the Amazon SES account.
You can execute this operation no more than once per second.
ses_get_send_quota()
A list with the following syntax:
list( Max24HourSend = 123.0, MaxSendRate = 123.0, SentLast24Hours = 123.0 )
if (FALSE) { # The following example returns the Amazon SES sending limits for an AWS # account: svc$get_send_quota() }
Run the code above in your browser using DataLab