View source: R/sesv2_operations.R
sesv2_put_configuration_set_archiving_options | R Documentation |
Associate the configuration set with a MailManager archive. When you send email using the send_email
or send_bulk_email
operations the message as it will be given to the receiving SMTP server will be archived, along with the recipient information.
See https://www.paws-r-sdk.com/docs/sesv2_put_configuration_set_archiving_options/ for full documentation.
sesv2_put_configuration_set_archiving_options(
ConfigurationSetName,
ArchiveArn = NULL
)
ConfigurationSetName |
[required] The name of the configuration set to associate with a MailManager archive. |
ArchiveArn |
The Amazon Resource Name (ARN) of the MailManager archive that the Amazon SES API v2 sends email to. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.