package async_smtp

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type 'session t =
  1. | Start_tls of (module Start_tls with type session = 'session)
  2. | Auth of (module Auth with type session = 'session)