SESV2 / Client / put_account_details

put_account_details#

SESV2.Client.put_account_details(**kwargs)#

Update your Amazon SES account details.

See also: AWS API Documentation

Request Syntax

response = client.put_account_details(
    MailType='MARKETING'|'TRANSACTIONAL',
    WebsiteURL='string',
    ContactLanguage='EN'|'JA',
    UseCaseDescription='string',
    AdditionalContactEmailAddresses=[
        'string',
    ],
    ProductionAccessEnabled=True|False
)
Parameters:
  • MailType (string) –

    [REQUIRED]

    The type of email your account will send.

  • WebsiteURL (string) –

    [REQUIRED]

    The URL of your website. This information helps us better understand the type of content that you plan to send.

  • ContactLanguage (string) – The language you would prefer to be contacted with.

  • UseCaseDescription (string) –

    [REQUIRED]

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

  • AdditionalContactEmailAddresses (list) –

    Additional email addresses that you would like to be notified regarding Amazon SES matters.

    • (string) –

  • ProductionAccessEnabled (boolean) –

    Indicates whether or not your account should have production access in the current Amazon Web Services Region.

    If the value is false, then your account is in the sandbox. When your account is in the sandbox, you can only send email to verified identities.

    If the value is true, then your account has production access. When your account has production access, you can send email to any address. The sending quota and maximum sending rate for your account vary based on your specific use case.

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

    An HTTP 200 response if the request succeeds, or an error message if the request fails.

Exceptions