Description Usage Arguments Details Value See Also Examples
Manage SES Identities
1 2 3 4 5 6 7 8 |
type |
A character string specifying the identity type. |
nmax |
An integer specifying the maximum number of identities to return. |
next_token |
A pagination token |
address |
A charcter string specifying an email address. |
domain |
A character string specifying a domain. |
identity |
An SES identity. |
... |
Additional arguments passed to |
verify_id
sends an email verification request to the specified email address.
list_ids
returns a character vector of verified email addresses or domains.
1 2 3 4 5 6 7 8 9 10 11 | ## Not run:
# verify an addres
verify_id("example@example.com")
get_verification_attrs("example@example.com")
list_ids()
# remove identity
delete_id("example@example.com")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.