package sihl

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

Module Service.EnvConfigProvider

val sender : Core.Ctx.t -> (string, string) Lwt_result.t
val username : Core.Ctx.t -> (string, string) Lwt_result.t
val password : Core.Ctx.t -> (string, string) Lwt_result.t
val host : Core.Ctx.t -> (string, string) Lwt_result.t
val port : Core.Ctx.t -> (int option, string) Lwt_result.t
val start_tls : Core.Ctx.t -> (bool, string) Lwt_result.t
val ca_dir : Core.Ctx.t -> (string, string) Lwt_result.t