View source: R/sesv2_operations.R
sesv2_put_account_details | R Documentation |
Update your Amazon SES account details.
See https://www.paws-r-sdk.com/docs/sesv2_put_account_details/ for full documentation.
sesv2_put_account_details(
MailType,
WebsiteURL,
ContactLanguage = NULL,
UseCaseDescription = NULL,
AdditionalContactEmailAddresses = NULL,
ProductionAccessEnabled = NULL
)
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 |
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 If the value is |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.