ISESV2TestRenderEmailTemplateResponse
Interface in AWS.SESV2
Interface for TestRenderEmailTemplate responses.
Ancestors
Properties
RenderedTemplate
property RenderedTemplate: string
The complete MIME message rendered by applying the template data to the specified template.
This contains the fully processed email content with all personalization tags replaced by the values provided in the template data. The result is a complete MIME-formatted email message exactly as it would appear when sent to recipients. The rendered template includes all email components such as the subject line, HTML body, text body, and headers with personalization data applied. This allows you to verify that template tags are correctly replaced and the email formatting appears as expected. This preview is essential for validating email templates before sending them to actual recipients, enabling you to catch formatting issues, missing data replacements, or content errors during the development and testing phase. The MIME format ensures compatibility with email clients and includes proper encoding for international characters, HTML content, and any other email formatting requirements.