Types

      
 All Types  Classes  
 NameDescription
Body

Represents the body of the message. You can specify text, HTML, or both. If you use both, then the message should display correctly in the widest variety of email clients.

Content

Represents textual data, plus an optional character set specification.

By default, the text must be 7-bit ASCII, due to the constraints of the SMTP protocol. If the text must contain any other characters, then you must also specify a character set. Examples include UTF-8, ISO-8859-1, and Shift_JIS.

DeleteIdentityRequest
Container for the parameters to the DeleteIdentity operation.

Deletes the specified identity (email address or domain) from the list of verified identities.

DeleteIdentityResponse
Returns information about the DeleteIdentityResult response and response metadata.
DeleteIdentityResult

An empty element.

DeleteVerifiedEmailAddressRequest
Container for the parameters to the DeleteVerifiedEmailAddress operation.

Deletes the specified email address from the list of verified addresses.

IMPORTANT:The DeleteVerifiedEmailAddress action is deprecated as of the May 15, 2012 release of Domain Verification. The DeleteIdentity action is now preferred.

DeleteVerifiedEmailAddressResponse
Returns information about the DeleteVerifiedEmailAddress response metadata. The DeleteVerifiedEmailAddress operation has a void result type.
Destination

Represents the destination of the message, consisting of To:, CC:, and BCC: fields.

GetIdentityVerificationAttributesRequest
Container for the parameters to the GetIdentityVerificationAttributes operation.

Given a list of identities (email addresses and/or domains), returns the verification status and (for domain identities) the verification token for each identity.

GetIdentityVerificationAttributesResponse
Returns information about the GetIdentityVerificationAttributesResult response and response metadata.
GetIdentityVerificationAttributesResult

Represents the verification attributes for a list of identities.

GetSendQuotaRequest
Container for the parameters to the GetSendQuota operation.

Returns the user's current sending limits.

GetSendQuotaResponse
Returns information about the GetSendQuotaResult response and response metadata.
GetSendQuotaResult

Represents the user's current activity limits returned from a successful GetSendQuota request.

GetSendStatisticsRequest
Container for the parameters to the GetSendStatistics operation.

Returns the user's sending statistics. The result is a list of data points, representing the last two weeks of sending activity.

Each data point in the list contains statistics for a 15-minute interval.

GetSendStatisticsResponse
Returns information about the GetSendStatisticsResult response and response metadata.
GetSendStatisticsResult

Represents a list of SendDataPoint items returned from a successful GetSendStatistics request. This list contains aggregated data from the previous two weeks of sending activity.

IdentityVerificationAttributes

Represents the verification attributes of a single identity.

ListIdentitiesRequest
Container for the parameters to the ListIdentities operation.

Returns a list containing all of the identities (email addresses and domains) for a specific AWS Account, regardless of verification status.

ListIdentitiesResponse
Returns information about the ListIdentitiesResult response and response metadata.
ListIdentitiesResult

Represents a list of all identities for the AWS Account.

ListVerifiedEmailAddressesRequest
Container for the parameters to the ListVerifiedEmailAddresses operation.

Returns a list containing all of the email addresses that have been verified.

IMPORTANT:The ListVerifiedEmailAddresses action is deprecated as of the May 15, 2012 release of Domain Verification. The ListIdentities action is now preferred.

ListVerifiedEmailAddressesResponse
Returns information about the ListVerifiedEmailAddressesResult response and response metadata.
ListVerifiedEmailAddressesResult

Represents a list of all the email addresses verified for the current user.

Message

Represents the message to be sent, composed of a subject and a body.

MessageRejectedException
AmazonSimpleEmailService exception
RawMessage

Represents the raw data of the message.

SendDataPoint

Represents sending statistics data. Each SendDataPoint contains statistics for a 15-minute period of sending activity.

SendEmailRequest
Container for the parameters to the SendEmail operation.

Composes an email message based on input data, and then immediately queues the message for sending.

IMPORTANT:If you have not yet requested production access to Amazon SES, then you will only be able to send email to and from verified email addresses and domains. For more information, go to the Amazon SES Developer Guide.

The total size of the message cannot exceed 10 MB.

Amazon SES has a limit on the total number of recipients per message: The combined number of To:, CC: and BCC: email addresses cannot exceed 50. If you need to send an email message to a larger audience, you can divide your recipient list into groups of 50 or fewer, and then call Amazon SES repeatedly to send the message to each group.

For every message that you send, the total number of recipients (To:, CC: and BCC:) is counted against your sending quota - the maximum number of emails you can send in a 24-hour period. For information about your sending quota, go to the "Managing Your Sending Activity" section of theAmazon SES Developer Guide.

SendEmailResponse
Returns information about the SendEmailResult response and response metadata.
SendEmailResult

Represents a unique message ID returned from a successful SendEmail request.

SendRawEmailRequest
Container for the parameters to the SendRawEmail operation.

Sends an email message, with header and content specified by the client. The SendRawEmail action is useful for sending multipart MIME emails. The raw text of the message must comply with Internet email standards; otherwise, the message cannot be sent.

IMPORTANT:If you have not yet requested production access to Amazon SES, then you will only be able to send email to and from verified email addresses and domains. For more information, go to the Amazon SES Developer Guide.

The total size of the message cannot exceed 10 MB. This includes any attachments that are part of the message.

Amazon SES has a limit on the total number of recipients per message: The combined number of To:, CC: and BCC: email addresses cannot exceed 50. If you need to send an email message to a larger audience, you can divide your recipient list into groups of 50 or fewer, and then call Amazon SES repeatedly to send the message to each group.

For every message that you send, the total number of recipients (To:, CC: and BCC:) is counted against your sending quota - the maximum number of emails you can send in a 24-hour period. For information about your sending quota, go to the "Managing Your Sending Activity" section of theAmazon SES Developer Guide.

SendRawEmailResponse
Returns information about the SendRawEmailResult response and response metadata.
SendRawEmailResult

Represents a unique message ID returned from a successful SendRawEmail request.

VerifyDomainIdentityRequest
Container for the parameters to the VerifyDomainIdentity operation.

Verifies a domain.

VerifyDomainIdentityResponse
Returns information about the VerifyDomainIdentityResult response and response metadata.
VerifyDomainIdentityResult

Represents a token used for domain ownership verification.

VerifyEmailAddressRequest
Container for the parameters to the VerifyEmailAddress operation.

Verifies an email address. This action causes a confirmation email message to be sent to the specified address.

IMPORTANT:The VerifyEmailAddress action is deprecated as of the May 15, 2012 release of Domain Verification. The VerifyEmailIdentity action is now preferred.

VerifyEmailAddressResponse
Returns information about the VerifyEmailAddress response metadata. The VerifyEmailAddress operation has a void result type.
VerifyEmailIdentityRequest
Container for the parameters to the VerifyEmailIdentity operation.

Verifies an email address. This action causes a confirmation email message to be sent to the specified address.

VerifyEmailIdentityResponse
Returns information about the VerifyEmailIdentityResult response and response metadata.
VerifyEmailIdentityResult

An empty element.