Skip to content

Put Email Identity Dkim Attributes

pinpointemail_put_email_identity_dkim_attributes R Documentation

Used to enable or disable DKIM authentication for an email identity

Description

Used to enable or disable DKIM authentication for an email identity.

Usage

pinpointemail_put_email_identity_dkim_attributes(EmailIdentity,
  SigningEnabled)

Arguments

EmailIdentity

[required] The email identity that you want to change the DKIM settings for.

SigningEnabled

Sets the DKIM signing configuration for the identity.

When you set this value true, then the messages that Amazon Pinpoint sends from the identity are DKIM-signed. When you set this value to false, then the messages that Amazon Pinpoint sends from the identity aren't DKIM-signed.

Value

An empty list.

Request syntax

svc$put_email_identity_dkim_attributes(
  EmailIdentity = "string",
  SigningEnabled = TRUE|FALSE
)