View source: R/ses_operations.R
ses_list_templates | R Documentation |
Lists the email templates present in your Amazon SES account in the current Amazon Web Services Region.
See https://www.paws-r-sdk.com/docs/ses_list_templates/ for full documentation.
ses_list_templates(NextToken = NULL, MaxItems = NULL)
NextToken |
A token returned from a previous call to
|
MaxItems |
The maximum number of templates to return. This value must be at least 1 and less than or equal to 100. If more than 100 items are requested, the page size will automatically set to 100. If you do not specify a value, 10 is the default page size. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.