paws.customer.engagement (version 0.1.0)

ses_get_identity_mail_from_domain_attributes: Returns the custom MAIL FROM attributes for a list of identities (email addresses : domains)

Description

Returns the custom MAIL FROM attributes for a list of identities (email addresses : domains).

Usage

ses_get_identity_mail_from_domain_attributes(Identities)

Arguments

Identities

[required] A list of one or more identities.

Request syntax

svc$get_identity_mail_from_domain_attributes(
  Identities = list(
    "string"
  )
)

Details

This operation is throttled at one request per second and can only get custom MAIL FROM attributes for up to 100 identities at a time.

Examples

Run this code
# NOT RUN {
# The following example returns the custom MAIL FROM attributes for an
# identity:
# }
# NOT RUN {
svc$get_identity_mail_from_domain_attributes(
  Identities = list(
    "example.com"
  )
)
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab