async_smtp
Smtp_spool.Config
async_smtp.command
async_smtp.tools
async_smtp.types
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 spool_dir : t -> string
module Fields : sig ... end
include Sexplib0.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