sesv2_create_email_identity: Starts the process of verifying an email identity

View source: R/sesv2_operations.R

sesv2_create_email_identityR Documentation

Starts the process of verifying an email identity

Description

Starts the process of verifying an email identity. An identity is an email address or domain that you use when you send email. Before you can use an identity to send email, you first have to verify it. By verifying an identity, you demonstrate that you're the owner of the identity, and that you've given Amazon SES API v2 permission to send email from the identity.

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

Usage

sesv2_create_email_identity(
  EmailIdentity,
  Tags = NULL,
  DkimSigningAttributes = NULL,
  ConfigurationSetName = NULL
)

Arguments

EmailIdentity

[required] The email address or domain to verify.

Tags

An array of objects that define the tags (keys and values) to associate with the email identity.

DkimSigningAttributes

If your request includes this object, Amazon SES configures the identity to use Bring Your Own DKIM (BYODKIM) for DKIM authentication purposes, or, configures the key length to be used for Easy DKIM.

You can only specify this object if the email identity is a domain, as opposed to an address.

ConfigurationSetName

The configuration set to use by default when sending from this identity. Note that any configuration set defined in the email sending request takes precedence.


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