Values.EmailMessageTemplateContentSourceThe content of the message template that applies to the email channel subtype.
type nonrec t = {subject : NonEmptyUnlimitedString.t option;The subject line, or title, to use in email messages.
*)body : EmailMessageTemplateContentBody.t option;The body to use in email messages.
*)headers : EmailHeaders.t option;The email headers to include in email messages.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string * [> `String of EmailHeaderKey.t ]) list ]
list
| `String of NonEmptyUnlimitedString.t
| `Structure of
(string
* [> `Structure of
(string * [> `String of NonEmptyUnlimitedString.t ]) list ])
list ])
list ]