Skip to main content

ISESV2EmailTemplateContent

Interface in AWS.SESV2

Interface for EmailTemplateContent configuration.

Properties

Html

property Html: string

The HTML content of the email template.

Contains the HTML version of the email template with support for template variables that will be replaced with values from the template data during email generation. HTML content should be well-formed and compatible with email clients.

Subject

property Subject: string

The subject line of the email template.

The subject line can contain template variables for dynamic substitution using the data provided in the template request. Subject lines containing non-ASCII characters must be properly encoded using RFC 2047 standards.

Text

property Text: string

The plain text content of the email template.

Contains the plain text version of the email template with support for template variables that will be replaced with values from the template data. Providing both HTML and text versions improves email client compatibility.