Learn R Programming

paws.customer.engagement (version 0.1.12)

ses_list_verified_email_addresses: Deprecated

Description

Deprecated. Use the list_identities operation to list the email addresses and domains associated with your account.

Usage

ses_list_verified_email_addresses()

Arguments

Value

A list with the following syntax:

list(
  VerifiedEmailAddresses = list(
    "string"
  )
)

Examples

Run this code
if (FALSE) {
# The following example lists all email addresses that have been submitted
# for verification with Amazon SES:
svc$list_verified_email_addresses()
}

Run the code above in your browser using DataLab