package async_smtp

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Smtp_spool.ConfigSource

Sourcetype 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;
}
Sourceval load_balance : t -> bool
Sourceval client : t -> Async_smtp__.Client_config.t
Sourceval spool_dir : t -> string
Sourcemodule Fields : sig ... end
include Sexplib0.Sexpable.S with type t := t
Sourceval t_of_sexp : Sexplib0.Sexp.t -> t
Sourceval sexp_of_t : t -> Sexplib0.Sexp.t
Sourceval tmp_dir : t -> string
Sourceval default : t
Sourceval load_exn : string -> t Async.Deferred.t
OCaml

Innovation. Community. Security.