package async_smtp

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = {
  1. spool_dir : string;
  2. tmp_dir : string option;
  3. connection_cache : Resource_cache.Address_config.Stable.V1.t;
  4. client : Async_smtp__.Client_config.t;
  5. load_balance : bool;
}
val load_balance : t -> bool
val client : t -> Async_smtp__.Client_config.t
val spool_dir : t -> string
module Fields : sig ... end
include Ppx_sexp_conv_lib.Sexpable.S with type t := t
val t_of_sexp : Sexplib0.Sexp.t -> t
val sexp_of_t : t -> Sexplib0.Sexp.t
val tmp_dir : t -> string
val default : t
val load_exn : string -> t Async.Deferred.t