package async_smtp

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

Standard SMTP over tcp

Standard SMTP over tcp

val with_ : (?config:Async_smtp__.Client_config.t -> ?credentials:Async_smtp__.Credentials.elt list -> log:Async.Log.t -> ?flows:string list -> ?component:string list -> Async_smtp_types.Smtp_socket_address.t -> f:(Async_smtp__.Client_raw.t -> 'a Async.Deferred.Or_error.t) -> 'a Async.Deferred.Or_error.t) Async.Tcp.with_connect_options

Establish a connection to the given address and perform the appropriate SMTP handshake. Use send_envelope to (attempt) to deliver messages.