package async_smtp

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

Module Simplemail.Envelope_statusSource

Sourcetype envelope_id = string
Sourcetype rejected_recipients = (Async_smtp_types.Email_address.t * Smtp_reply.t) list
Sourcetype err = [
  1. | `Rejected_sender of Smtp_reply.t
  2. | `No_recipients of rejected_recipients
  3. | `Rejected_sender_and_recipients of Smtp_reply.t * rejected_recipients
  4. | `Rejected_body of Smtp_reply.t * rejected_recipients
]
Sourceval sexp_of_err : err -> Sexplib0.Sexp.t
Sourceval sexp_of_t : t -> Sexplib0.Sexp.t
Sourceval to_string : t -> string
Sourceval ok_or_error : allow_rejected_recipients:bool -> t -> string Core.Or_error.t
Sourceval ok_exn : allow_rejected_recipients:bool -> t -> string
OCaml

Innovation. Community. Security.