Up
Module
Smtp_client
Signature
include
Client
module
Peer_info
: sig .. end
type
t =
Client_raw.t
val
is_using_tls :
t
-> bool
module
Envelope_status
: sig .. end
val
send_envelope :
t
-> log:
Mail_log.t
-> ?flows:
Mail_log.Flows.t
-> ?component:
Mail_log.Component.t
->
Types.Envelope.t
->
Envelope_status.t
Async.Std.Deferred.Or_error.t
Perform all required commands to send an SMTP evelope
module
Tcp
: sig .. end
Standard SMTP over tcp
module
Bsmtp
: sig .. end
BSMTP writing
module
Config
=
Client_config
module
Raw
=
Client_raw
module
Simple
=
Client_simple