Skip to content

Update Template

ses_update_template R Documentation

Updates an email template

Description

Updates an email template. Email templates enable you to send personalized email to one or more destinations in a single operation. For more information, see the Amazon SES Developer Guide.

You can execute this operation no more than once per second.

Usage

ses_update_template(Template)

Arguments

Template

[required]

Value

An empty list.

Request syntax

svc$update_template(
  Template = list(
    TemplateName = "string",
    SubjectPart = "string",
    TextPart = "string",
    HtmlPart = "string"
  )
)