# NOT RUN {
# The following example lists the email address identities that have been
# submitted for verification with Amazon SES:
svc$list_identities(
IdentityType = "EmailAddress",
MaxItems = 123L,
NextToken = ""
)
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab