Values.BulkEmailContentSourceAn object that contains the body of the message. You can specify a template message.
type nonrec t = {template : Template.t option;The template to use for the bulk email message.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Blob of RawAttachmentData.t
| `Enum of string
| `String of MessageHeaderName.t ])
list ]
list
| `String of EmailTemplateName.t
| `Structure of
(string * [> `String of EmailTemplateSubject.t ]) list ])
list ])
list ]