Values.TestRenderEmailTemplateRequestSource>Represents a request to create a preview of the MIME content of an email when provided with a template and a set of replacement data.
type nonrec t = {templateName : EmailTemplateName.t;The name of the template.
*)templateData : EmailTemplateData.t;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.
*)}