Skip to content

List Verified Email Addresses

ses_list_verified_email_addresses R Documentation

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()

Value

A list with the following syntax:

list(
  VerifiedEmailAddresses = list(
    "string"
  )
)

Examples

## Not run: 
# The following example lists all email addresses that have been submitted
# for verification with Amazon SES:
svc$list_verified_email_addresses()

## End(Not run)