View source: R/sesv2_operations.R
sesv2_test_render_email_template | R Documentation |
Creates a preview of the MIME content of an email when provided with a template and a set of replacement data.
See https://www.paws-r-sdk.com/docs/sesv2_test_render_email_template/ for full documentation.
sesv2_test_render_email_template(TemplateName, TemplateData)
TemplateName |
[required] The name of the template. |
TemplateData |
[required] A list of replacement values to apply to the template. This parameter is a JSON object, typically consisting of key-value pairs in which the keys correspond to replacement tags in the email template. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.