Skip to main content

ISESV2PutAccountDetailsRequest

Interface in AWS.SESV2

Interface for PutAccountDetails requests.

Ancestors

Properties

AdditionalContactEmailAddresses

property AdditionalContactEmailAddresses: TList<string>

Additional email addresses for receiving Amazon SES notifications and communications.

Specify up to 4 additional email addresses where you want to receive notifications about your Amazon SES account, in addition to your primary account contact. Each email address must be between 6 and 254 characters and follow standard email format validation.

ContactLanguage

property ContactLanguage: string

The preferred language for Amazon SES communications and support interactions.

Supported language values:

  • EN – English language communications.
  • JA – Japanese language communications.

MailType

property MailType: string

The primary type of email your account will send through Amazon SES.

This field is required and determines how your account is configured and monitored. Supported mail type values:

  • MARKETING – For promotional campaigns, newsletters, and marketing communications.
  • TRANSACTIONAL – For operational emails such as receipts, password resets, and notifications.

ProductionAccessEnabled

property ProductionAccessEnabled: TOptional<Boolean>

Indicates whether to request production access for your account in the current AWS region.

When set to false, your account remains in the sandbox environment where you can only send email to verified identities for testing purposes. When set to true, your account will be reviewed for production access, allowing you to send email to any recipient address with higher sending quotas and rates based on your specific use case.

UseCaseDescription

property UseCaseDescription: string

A description of the types of email content you plan to send.

This parameter has been deprecated and is no longer required for account configuration. Maximum length is 5000 characters when specified. Consider using the MailType property instead to categorize your email sending patterns.

WebsiteURL

property WebsiteURL: string

The URL of your website or application that will be sending emails.

This field is required and helps Amazon SES understand the context and legitimacy of your email sending. The URL must be between 1 and 1000 characters. Provide a complete URL including the protocol (e.g., https://www.example.com) that represents your organization or the application sending emails.

Methods

AddAdditionalContactEmailAddress

procedure AddAdditionalContactEmailAddress(const AEmailAddress: string);

Add an email address to the list of AdditionalContactEmailAddresses.

Parameters

NameDescription
AEmailAddressSpecify an email address to add.