sesv2_put_configuration_set_archiving_options {paws.customer.engagement}R Documentation

Associate the configuration set with a MailManager archive

Description

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.

Usage

sesv2_put_configuration_set_archiving_options(
  ConfigurationSetName,
  ArchiveArn = NULL
)

Arguments

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.


[Package paws.customer.engagement version 0.9.0 Index]