Values.CreateDeliverabilityTestReportRequestSourceA request to perform a predictive inbox placement test. Predictive inbox placement tests can help you predict how your messages will be handled by various email providers around the world. When you perform a predictive inbox placement test, you provide a sample message that contains the content that you plan to send to your customers. We send that message to special email addresses spread across several major email providers around the world. The test takes about 24 hours to complete. When the test is complete, you can use the GetDeliverabilityTestReport operation to view the results of the test.
type nonrec t = {reportName : ReportName.t option;A unique name that helps you to identify the predictive inbox placement test when you retrieve the results.
*)fromEmailAddress : EmailAddress.t;The email address that the predictive inbox placement test email was sent from.
*)content : EmailContent.t;The HTML body of the message that you sent when you performed the predictive inbox placement test.
*)}val make :
?reportName:??? ->
?tags:??? ->
fromEmailAddress:EmailAddress.t ->
content:EmailContent.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of (string * [> `String of TagKey.t ]) list ] list
| `String of ReportName.t
| `Structure of
(string
* [> `Structure of
(string
* [> `Blob of RawMessageData.t
| `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 MessageData.t
| `Structure of
(string * [> `String of MessageData.t ]) list ])
list ])
list ])
list ])
list ]