Values.RelaySourceThe relay resource that can be used as a rule to relay receiving emails to the destination relay server.
type nonrec t = {relayId : RelayId.t option;The unique relay identifier.
*)relayName : RelayName.t option;The unique relay name.
*)lastModifiedTimestamp : Timestamp.t option;The timestamp of when the relay was last modified.
*)}val to_value :
t ->
[> `Structure of
(string * [> `String of RelayId.t | `Timestamp of Timestamp.t ]) list ]