Module Async_smtp__.Spool_config

type t = {
spool_dir : string;
tmp_dir : string option;
connection_cache : Resource_cache.Address_config.Stable.V1.t;
client : Async_smtp__.Client_config.t;
load_balance : bool;
}
val load_balance : t -> bool
val client : t -> Async_smtp__.Client_config.t
val connection_cache : t -> Resource_cache.Address_config.Stable.V1.t
val tmp_dir : t -> string option
val spool_dir : t -> string
module Fields : sig ... end
include Ppx_sexp_conv_lib.Sexpable.S with type t := t
type 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