package async_smtp

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = [
  1. | `Send_now
  2. | `Send_at of Core.Time.t
  3. | `Sending
  4. | `Frozen
  5. | `Removed
  6. | `Quarantined of Async_smtp__.Quarantine_reason.t
  7. | `Delivered
]
val sexp_of_t : t -> Ppx_sexp_conv_lib.Sexp.t