include sig ... end
val sexp_of_t : t ‑> Base.Sexp.t
val createf : (('a, unit, string, t) Core.format4 ‑> 'a) Async_smtp__.With_info.with_reject
val of_exn : (Core.Exn.t ‑> t) Async_smtp__.With_info.with_reject
val of_error : (Core.Error.t ‑> t) Async_smtp__.With_info.with_reject
val of_string : (string ‑> t) Async_smtp__.With_info.with_reject
val of_reject : (Async_smtp.Smtp_reply.t ‑> t) Async_smtp__.With_info.with_here
val tag : tag:string ‑> ?here:Core.Source_code_position.t ‑> t ‑> t
val tag' : ?tag:string ‑> ?here:Core.Source_code_position.t ‑> t ‑> t
val reject : t ‑> Async_smtp.Smtp_reply.t option
Reject message to send. The server will send an appropriate generic error if this was not set.
val error : t ‑> Core.Error.t