sesv2_put_account_details: Update your Amazon SES account details

View source: R/sesv2_operations.R

sesv2_put_account_detailsR Documentation

Update your Amazon SES account details

Description

Update your Amazon SES account details.

See https://www.paws-r-sdk.com/docs/sesv2_put_account_details/ for full documentation.

Usage

sesv2_put_account_details(
  MailType,
  WebsiteURL,
  ContactLanguage = NULL,
  UseCaseDescription,
  AdditionalContactEmailAddresses = NULL,
  ProductionAccessEnabled = NULL
)

Arguments

MailType

[required] The type of email your account will send.

WebsiteURL

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

ContactLanguage

The language you would prefer to be contacted with.

UseCaseDescription

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

AdditionalContactEmailAddresses

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

ProductionAccessEnabled

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. Additionally, the maximum number of emails you can send in a 24-hour period (your sending quota) is 200, and the maximum number of emails you can send per second (your maximum sending rate) is 1.

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.


paws.customer.engagement documentation built on Sept. 12, 2023, 1:19 a.m.