Skip to content

/AWS1/CL_SESGETSENDQUOTARSP

Represents your Amazon SES daily sending quota, maximum send rate, and the number of emails you have sent in the last 24 hours.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_max24hoursend TYPE /AWS1/RT_DOUBLE_AS_STRING /AWS1/RT_DOUBLE_AS_STRING

The maximum number of emails the user is allowed to send in a 24-hour interval. A value of -1 signifies an unlimited quota.

iv_maxsendrate TYPE /AWS1/RT_DOUBLE_AS_STRING /AWS1/RT_DOUBLE_AS_STRING

The maximum number of emails that Amazon SES can accept from the user's account per second.

The rate at which Amazon SES accepts the user's messages might be less than the maximum send rate.

iv_sentlast24hours TYPE /AWS1/RT_DOUBLE_AS_STRING /AWS1/RT_DOUBLE_AS_STRING

The number of emails sent during the previous 24 hours.


Queryable Attributes

Max24HourSend

The maximum number of emails the user is allowed to send in a 24-hour interval. A value of -1 signifies an unlimited quota.

Accessible with the following methods

Method Description
GET_MAX24HOURSEND() Getter for MAX24HOURSEND
ASK_MAX24HOURSEND() Getter for MAX24HOURSEND w/ exceptions if field has no value
STR_MAX24HOURSEND() String format for MAX24HOURSEND

MaxSendRate

The maximum number of emails that Amazon SES can accept from the user's account per second.

The rate at which Amazon SES accepts the user's messages might be less than the maximum send rate.

Accessible with the following methods

Method Description
GET_MAXSENDRATE() Getter for MAXSENDRATE
ASK_MAXSENDRATE() Getter for MAXSENDRATE w/ exceptions if field has no value
STR_MAXSENDRATE() String format for MAXSENDRATE

SentLast24Hours

The number of emails sent during the previous 24 hours.

Accessible with the following methods

Method Description
GET_SENTLAST24HOURS() Getter for SENTLAST24HOURS
ASK_SENTLAST24HOURS() Getter for SENTLAST24HOURS w/ exceptions if field has no val
STR_SENTLAST24HOURS() String format for SENTLAST24HOURS