Values.EmailInsightsSourceAn email's insights contain metadata and delivery information about a specific email.
type nonrec t = {destination : InsightsEmailAddress.t option;The recipient of the email.
*)isp : Isp.t option;The recipient's ISP (e.g., Gmail, Yahoo, etc.).
*)events : InsightsEvents.t option;A list of events associated with the sent email.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Enum of string
| `Structure of
(string
* [> `Structure of
(string
* [> `Enum of string
| `String of BounceSubType.t ])
list ])
list
| `Timestamp of Timestamp.t ])
list ]
list
| `String of InsightsEmailAddress.t ])
list ]