Module Async_smtp__.Client_config

module Tls : sig ... end
module Domain_suffix : Core.Identifiable
type t = {
greeting : string option;
tls : (Domain_suffix.t * Tls.t) list;
send_receive_timeout : [ `Default | `This of Core.Time.Span.t ];
final_ok_timeout : [ `Default | `This of Core.Time.Span.t ];
}
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 final_ok_timeout : t -> [ `Default | `This of Core.Time.Span.t ]
val send_receive_timeout : t -> [ `Default | `This of Core.Time.Span.t ]
val tls : t -> (Domain_suffix.t * Tls.t) list
val greeting : t -> string option
module Fields : sig ... end
val default : t
val load_exn : string -> t Async.Deferred.t
val match_tls_domain : t -> string -> Tls.t option
val has_tls : t -> bool
val send_receive_timeout : t -> Core.Time.Span.t
val final_ok_timeout : t -> Core.Time.Span.t